efftox_process: Process RStan samples from an EffTox model

View source: R/efftox_process.R

efftox_processR Documentation

Process RStan samples from an EffTox model

Description

Internal function to process rstan samples from an EffTox model to make inferences about dose-acceptability, dose-utility and which dose should be recommended next.

Usage

efftox_process(dat, fit)

Arguments

dat

An instance of efftox_params, a list of EffTox parameters. An example is yielded by efftox_parameters_demo.

fit

An instance of rstan::stanmodel, derived by fitting the trialr EffTox model.

Value

An instance of efftox_fit.


trialr documentation built on April 1, 2023, 12:03 a.m.