predict,fitode-method {fitode} | R 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
[Package fitode version 0.1.1 Index]