Learn R Programming

clinDR (version 2.4.1)

showStanModels: Display STAN model code.

Description

Display the STAN Bayesian model code for fitting Emax models

Usage

showStanModels(emod=c('basemodel.stan','mrmodel.stan'))

Arguments

emod

Two parameterizations of the emax function are currently supported. 'basemodel' uses the maximal effect 'emax' parameter. 'mrmodel' uses the effect of the drug at a high dose specified by the user versus placebo. The 'emax' effect model is deprecated and will be eliminated.

Author

Neal Thomas

See Also

fitEmaxB, emaxsimB

Examples

Run this code
if (FALSE) {
showStanModels()
}

Run the code above in your browser using DataLab