confint,fitode-method {fitode} | R Documentation |
Calculate confidence intervals from fitode objects for model parameters and their transformations
Description
Calculate confidence intervals for model parameters and their transformations using (1) delta method, (2) profile likelihood, and (3) importance sampling.
Usage
## S4 method for signature 'fitode'
confint(
object,
parm,
level = 0.95,
method = c("delta", "profile", "impsamp", "wmvrnorm"),
nsim = 1000,
seed,
...
)
Arguments
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 |
Value
The confidence intervals for model parameters and their transformations of the fitode object
[Package fitode version 0.1.1 Index]