From af84d618508d5882072ab7b8de481cb5efc60852 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 21 Feb 2019 15:01:03 +0100 Subject: Make example logistic fit quiet --- man/logistic.solution.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/logistic.solution.Rd') 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 } -- cgit v1.2.1