diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-04-16 11:06:39 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-04-16 11:27:56 +0200 |
commit | c504e823809aa8a299ed5326a22505f82d891ce5 (patch) | |
tree | 302b7cfb6265cc725f3f0a1a5ca00387d1b7f45a /man/mkinfit.Rd | |
parent | ec9e65053b214fa30e8b947ccbc47930eeaa01a4 (diff) |
Update copyright header, improve documentation of solution_type
Diffstat (limited to 'man/mkinfit.Rd')
-rw-r--r-- | man/mkinfit.Rd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd index 4250bfda..5f43e145 100644 --- a/man/mkinfit.Rd +++ b/man/mkinfit.Rd @@ -21,7 +21,7 @@ mkinfit(mkinmod, observed, parms.ini = "auto", state.ini = "auto", fixed_parms = NULL, fixed_initials = names(mkinmod$diffs)[-1], - solution_type = "auto", + solution_type = c("auto", "analytical", "eigen", "deSolve") method.ode = "lsoda", use_compiled = "auto", method.modFit = c("Port", "Marq", "SANN", "Nelder-Mead", "BFGS", "CG", "L-BFGS-B"), @@ -105,7 +105,8 @@ mkinfit(mkinmod, observed, } \item{use_compiled}{ If set to \code{FALSE}, no compiled version of the \code{\link{mkinmod}} - model is used, even if is present. + model is used, in the calls to \code{\link{mkinpredict}} even if + a compiled verion is present. } \item{method.modFit}{ The optimisation method passed to \code{\link{modFit}}. |