diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-08-14 14:57:13 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-08-14 14:57:13 +0200 |
commit | eb8b56ed6f83e3c7df63e48f9488362363d26709 (patch) | |
tree | 14e1fba1bd096d8d5adf2f3e7c1d5e4e53187401 /man/mkinfit.Rd | |
parent | 118b3753740ff4e7dc777baac7e769950005697b (diff) |
Basic multistart method for saem.mmkin objects
Diffstat (limited to 'man/mkinfit.Rd')
-rw-r--r-- | man/mkinfit.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd index f96b4d22..b5b24449 100644 --- a/man/mkinfit.Rd +++ b/man/mkinfit.Rd @@ -23,8 +23,8 @@ mkinfit( atol = 1e-08, rtol = 1e-10, error_model = c("const", "obs", "tc"), - error_model_algorithm = c("auto", "d_3", "direct", "twostep", "threestep", "fourstep", - "IRLS", "OLS"), + error_model_algorithm = c("auto", "d_3", "direct", "twostep", "threestep", + "fourstep", "IRLS", "OLS"), reweight.tol = 1e-08, reweight.max.iter = 10, trace_parms = FALSE, |