From 3516b626be1aeb639d0735e79449424d2e987d7a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 12 Nov 2014 12:46:15 +0100 Subject: Fix a typo in the list of possible arguments Thanks to Michael Brauer for the hint --- R/mkinfit.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/mkinfit.R b/R/mkinfit.R index e7cab1ee..59598631 100644 --- a/R/mkinfit.R +++ b/R/mkinfit.R @@ -28,7 +28,7 @@ mkinfit <- function(mkinmod, observed, 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