showStanModels {clinDR} | R Documentation |
STAN
model code.
Display the STAN
Bayesian model code for fitting Emax models
showStanModels(emod=c('basemodel.stan','mrmodel.stan'))
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. |
Neal Thomas
## Not run:
showStanModels()
## End(Not run)