Computes estimated trajectories and their confidence intervals (using either the delta method or importance sampling).
# S4 method for fitode
predict(
object,
level,
times,
method = c("delta", "impsamp", "wmvrnorm"),
nsim = 1000
)The estimated trajectories and their confidence intervals of the fitode object
fitode object
the confidence level required
time vector to predict over. Default is set to the time frame of the data.
confidence interval method. Default is set to Delta method.
number of simulations for mvrnorm, wmvrnorm methods