selEstan | R Documentation |
rstan
Emax model
Emax models for use in fitEmaxB
and emaxsimB
which have been pre-compiled
are loaded for use outside of the the fiting functions. This is most useful for
repeated simulations in which the loading of the compiled models from
a disk file can be performed once. fitEmaxB
will load the model
automatically for single execution, so the model does not
need to be pre-loaded.
selEstan(emod=c('basemodel.rds','mrmodel.rds'))
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. |
An Emax 'stanmodel'.
Neal Thomas
fitEmaxB
, emaxsimB
## Not run:
estan<-selEstan()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.