From ce73c044b949154e3bc3e715b9b79e1360b3f794 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 1 Nov 2019 15:34:28 +0100 Subject: Make the 'quadratic' the default for 'confint' Also the documentation was improved here and there --- man/update.mkinfit.Rd | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'man/update.mkinfit.Rd') diff --git a/man/update.mkinfit.Rd b/man/update.mkinfit.Rd index aae1fbb4..7054d2e6 100644 --- a/man/update.mkinfit.Rd +++ b/man/update.mkinfit.Rd @@ -23,7 +23,11 @@ override these starting values. } \examples{ \dontrun{ -fit <- mkinfit("DFOP", subset(FOCUS_2006_D, value != 0), quiet = TRUE) -update(fit, error_model = "tc") +fit <- mkinfit("SFO", subset(FOCUS_2006_D, value != 0), quiet = TRUE) +parms(fit) +plot_err(fit) +fit_2 <- update(fit, error_model = "tc") +parms(fit_2) +plot_err(fit_2) } } -- cgit v1.2.1