From e7b2d16306b7d03cde66223c9b27abde928f9447 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 18 Nov 2016 16:28:49 +0100 Subject: Improve examples for showing with pkgdown - Use quiet= TRUE in dontrun sections - Use mkinsub in model definitions - Avoid \code{\link{}} in titles --- man/mkinerrmin.Rd | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'man/mkinerrmin.Rd') diff --git a/man/mkinerrmin.Rd b/man/mkinerrmin.Rd index 12c9ebd4..9229fc7f 100644 --- a/man/mkinerrmin.Rd +++ b/man/mkinerrmin.Rd @@ -4,9 +4,8 @@ Calculate the minimum error to assume in order to pass the variance test } \description{ -This function uses \code{\link{optimize}} in order to iteratively find the -smallest relative error still resulting in passing the chi-squared test -as defined in the FOCUS kinetics report from 2006. +This function finds the smallest relative error still resulting in passing the +chi-squared test as defined in the FOCUS kinetics report from 2006. } \usage{ mkinerrmin(fit, alpha = 0.05) @@ -34,8 +33,8 @@ mkinerrmin(fit, alpha = 0.05) This function is used internally by \code{\link{summary.mkinfit}}. } \examples{ -SFO_SFO = mkinmod(parent = list(type = "SFO", to = "m1"), - m1 = list(type = "SFO"), +SFO_SFO = mkinmod(parent = mkinsub("SFO", to = "m1"), + m1 = mkinsub("SFO"), use_of_ff = "max") fit_FOCUS_D = mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE) -- cgit v1.2.1