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 --- docs/reference/mkinerrmin.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'docs/reference/mkinerrmin.html') diff --git a/docs/reference/mkinerrmin.html b/docs/reference/mkinerrmin.html index d212e3b2..a8557261 100644 --- a/docs/reference/mkinerrmin.html +++ b/docs/reference/mkinerrmin.html @@ -81,9 +81,8 @@ -

This function uses 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.

mkinerrmin(fit, alpha = 0.05)
@@ -120,8 +119,8 @@ as defined in the FOCUS kinetics report from 2006.

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")
#> Successfully compiled differential equation model from auto-generated C code.
fit_FOCUS_D = mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE) round(mkinerrmin(fit_FOCUS_D), 4)
#> err.min n.optim df -- cgit v1.2.1