confint,fitode-method | R Documentation |
Calculate confidence intervals for model parameters and their transformations using (1) delta method, (2) profile likelihood, and (3) importance sampling.
## S4 method for signature 'fitode' confint( object, parm, level = 0.95, method = c("delta", "profile", "impsamp", "wmvrnorm"), nsim = 1000, seed, ... )
object |
fitode object |
parm |
character vector specifying model parameters or list of formuals specifying transformations |
level |
the confidence level required |
method |
method for calculating confidence intervals |
nsim |
number of simulations to be used for importance sampling |
seed |
seed |
... |
extra arguments passed to profiling method |
The confidence intervals for model parameters and their transformations of the fitode object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.