diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-12 16:31:16 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-12 16:31:16 +0100 |
commit | f458734120b9fd8104860bb3efc0b4abb89a207d (patch) | |
tree | 1935fd1772a8b641b7f2a3d39c0318167daa281e | |
parent | 3516b626be1aeb639d0735e79449424d2e987d7a (diff) |
Fix the typo in the help page, too
-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 c40dff83..f4174c29 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, |