Description Usage Arguments Examples
Generate functions for NLME Solves using a system of ordinary differential equations; a wrapper around the implemented ODE solvers
1 |
model |
either an R-function that computes the values of the
derivatives in the ODE system (the model definition) at time
t.The return value of |
data |
nlme GroupedData format. |
LogParms |
transform parameters into log scale |
JAC |
A JAC set FALSE. This time we can implement this parts. |
SEQ |
A SEQ set FALSE. |
rtol |
relative error tolerance, either a scalar or an array as
long as |
atol |
absolute error tolerance, either a scalar or an array as
long as |
tcrit |
if not |
hmin |
an optional minimum value of the integration stepsize. In
special situations this parameter may speed up computations with the
cost of precision. Don't use |
hmax |
an optional maximum value of the integration stepsize. If
not specified, |
1 2 3 4 | ####################################################################
#general model from nlmeODE package
#nlmODE SOLVER, USE ACCORDING FUNCTIONS
####################################################################
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.