diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-03-22 23:00:18 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-03-22 23:00:18 +0100 |
commit | 9e7aa351b30a0dc9b1e6e14da751c7f42a7587dd (patch) | |
tree | b16293db1c6f268d67961018a28277fc2ab064f8 /man/mkinfit.Rd | |
parent | 81bb17f887f192a5ee4f77829a65689934776471 (diff) | |
parent | b17dc3ee5f4fda17fcbc659730cb81e447510121 (diff) |
Merge branch 'main' into covariate_parms_and_endpoints
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, |