diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-13 09:27:42 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-13 09:27:42 +0200 |
commit | 569a5790c2f8cca4dc6d8c5a53bd3b7a9f65441f (patch) | |
tree | 38591f104527a1570dc25af0769444398c4395bb /man/mkinfit.Rd | |
parent | cba325aa66d36e210499b42a9761e3e90fc3d5fe (diff) |
More work on multistart
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 b5b24449..f96b4d22 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, |