From c504e823809aa8a299ed5326a22505f82d891ce5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Apr 2015 11:06:39 +0200 Subject: Update copyright header, improve documentation of solution_type --- man/mkinfit.Rd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man/mkinfit.Rd') 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}}. -- cgit v1.2.1