cpODE(model, data, LogParms = TRUE, JAC = FALSE, SEQ = FALSE,rtol = 1e-4, atol = 1e-4, tcrit = NULL, dllname = NULL, hmin = 0, hmax = Inf)model should be a list. See package
"nlmeODE" for more details.
y. See details.
y. See details.
NULL, then lsoda cannot integrate
past tcrit. The FORTRAN routine lsoda overshoots its
targets (times points in the vector times), and interpolates
values for the desired time points. If there is a time beyond which
integration should not proceed (perhaps because of a singularity),
that should be provided in tcrit.
func and
jacfunc. See package "deSolve".
hmin if you don't know why!
hmax is set to the largest difference in
times, to avoid that the simulation possibly ignores
short-term events. If 0, no maximal size is specified.
#######################################################
#use c code
#see cpLSODA
#######################################################
Run the code above in your browser using DataLab