diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-10-15 01:13:48 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-10-15 01:32:43 +0200 |
commit | 65d31e345f9e61e9d05584b24df6a01c6c6ed18d (patch) | |
tree | dd4d973cc4d421957a81ead68397d151749f097c /R/mkinfit.R | |
parent | 4510a609159216041f10a33146534f5a8366ac76 (diff) |
Switch to using the Port algorithm per default
Diffstat (limited to 'R/mkinfit.R')
-rw-r--r-- | R/mkinfit.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/mkinfit.R b/R/mkinfit.R index a966cea6..6494ea1e 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("Marq", "Port", "SANN", "Nelder-Mead", "BFSG", "CG", "L-BFGS-B"),
+ method.modFit = c("Port", "Marq", "SANN", "Nelder-Mead", "BFSG", "CG", "L-BFGS-B"),
maxit.modFit = "auto",
control.modFit = list(),
transform_rates = TRUE,
|