diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-12 17:01:18 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-12 17:01:18 +0100 |
commit | c40ca83c28d45b127ac27732718ef8571722131b (patch) | |
tree | cb9084ef306cf99ab78f63e622b9842d1c6752f6 | |
parent | c04d0bb0e795b67b6958150e8524c5265587f618 (diff) | |
parent | f458734120b9fd8104860bb3efc0b4abb89a207d (diff) |
Merge branch 'master' of https://github.com/jranke/mkin into iore
-rw-r--r-- | man/mkinfit.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd index a16ed177..9c82f5ff 100644 --- a/man/mkinfit.Rd +++ b/man/mkinfit.Rd @@ -23,7 +23,7 @@ mkinfit(mkinmod, observed, fixed_parms = NULL, fixed_initials = names(mkinmod$diffs)[-1], solution_type = "auto", method.ode = "lsoda", - method.modFit = c("Port", "Marq", "SANN", "Nelder-Mead", "BFSG", "CG", "L-BFGS-B"), + method.modFit = c("Port", "Marq", "SANN", "Nelder-Mead", "BFGS", "CG", "L-BFGS-B"), maxit.modFit = "auto", control.modFit = list(), transform_rates = TRUE, |