predict-fitode-method: Prediction function for fitode objects

predict,fitode-methodR Documentation

Prediction function for fitode objects

Description

Computes estimated trajectories and their confidence intervals (using either the delta method or importance sampling).

Usage

## S4 method for signature 'fitode'
predict(
  object,
  level,
  times,
  method = c("delta", "impsamp", "wmvrnorm"),
  nsim = 1000
)

Arguments

object

fitode object

level

the confidence level required

times

time vector to predict over. Default is set to the time frame of the data.

method

confidence interval method. Default is set to Delta method.

nsim

number of simulations for mvrnorm, wmvrnorm methods

Value

The estimated trajectories and their confidence intervals of the fitode object


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