confint-fitode-method: Calculate confidence intervals from fitode objects for model...

confint,fitode-methodR 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


parksw3/fitode documentation built on April 3, 2024, 7:45 a.m.