From f458734120b9fd8104860bb3efc0b4abb89a207d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 12 Nov 2014 16:31:16 +0100 Subject: Fix the typo in the help page, too --- man/mkinfit.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1