predict,fitode-method | R Documentation |
Computes estimated trajectories and their confidence intervals (using either the delta method or importance sampling).
## S4 method for signature 'fitode' predict( object, level, times, method = c("delta", "impsamp", "wmvrnorm"), nsim = 1000 )
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 |
The estimated trajectories and their confidence intervals of the fitode object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.