diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/logistic.solution.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/logistic.solution.Rd b/man/logistic.solution.Rd index 798e78d1..396e09ef 100644 --- a/man/logistic.solution.Rd +++ b/man/logistic.solution.Rd @@ -61,7 +61,7 @@ logistic.solution(t, parent.0, kmax, k0, r) sdfunc = function(x) sigma_twocomp(x, 0.5, 0.07), n = 1, reps = 2, digits = 5, LOD = 0.1, seed = 123456)[[1]] - m <- mkinfit("logistic", d_2_1) + m <- mkinfit("logistic", d_2_1, quiet = TRUE) plot_sep(m) summary(m)$bpar } |