Obtain estiamtes of structural parameters of an ODE model by parameter cascade method.
pcode_1d(data, time, ode.model, par.initial,par.names, basis,lambda,controls = list())
The structural parameters of the ODE model.
The nuisance parameters or the basis coefficients for interpolating observations.
A data frame or a vector contains observations from the ODE model.
The vector contain observation times.
Defined R function that computes the time derivative of the ODE model given observations of states variable.
Initial value of structural parameters to be optimized.
The names of structural parameters defined in the 'ode.model'.
A basis objects for smoothing observations.
Penalty parameter.
A list of control parameters. See ‘Details’.