From 8b7edd4eaf0d196e674a085f744d1a69260a6c91 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Nov 2023 06:02:05 +0100 Subject: Update pkgdown docs to bootstrap 5 with search --- docs/reference/summary.mkinfit.html | 210 +++++++++++++++--------------------- 1 file changed, 88 insertions(+), 122 deletions(-) (limited to 'docs/reference/summary.mkinfit.html') diff --git a/docs/reference/summary.mkinfit.html b/docs/reference/summary.mkinfit.html index fe24f3a4..3b732076 100644 --- a/docs/reference/summary.mkinfit.html +++ b/docs/reference/summary.mkinfit.html @@ -1,118 +1,87 @@ -Summary method for class "mkinfit" — summary.mkinfit • mkinSummary method for class "mkinfit" — summary.mkinfit • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

Lists model equations, initial parameter values, optimised parameters with some uncertainty statistics, the chi2 error levels calculated according to FOCUS guidance (2006) as defined therein, formation fractions, DT50 values @@ -120,7 +89,8 @@ and optionally the data, consisting of observed, predicted and residual values.

-
+
+

Usage

# S3 method for mkinfit
 summary(object, data = TRUE, distimes = TRUE, alpha = 0.05, ...)
 
@@ -128,8 +98,8 @@ values.

print(x, digits = max(3, getOption("digits") - 3), ...)
-
-

Arguments

+
+

Arguments

object

an object of class mkinfit.

@@ -161,8 +131,8 @@ distribution

Number of digits to use for printing

-
-

Value

+
+

Value

The summary function returns a list with components, among others

@@ -217,34 +187,34 @@ g of SFORB systems in the model.

The print method is called for its side effect, i.e. printing the summary.

-
-

References

+
+

References

FOCUS (2006) “Guidance Document on Estimating Persistence and Degradation Kinetics from Environmental Fate Studies on Pesticides in EU Registration” Report of the FOCUS Work Group on Degradation Kinetics, EC Document Reference Sanco/10058/2005 version 2.0, 434 pp, http://esdac.jrc.ec.europa.eu/projects/degradation-kinetics

-
-

Author

+
+

Author

Johannes Ranke

-
-

Examples

+
+

Examples


   summary(mkinfit("SFO", FOCUS_2006_A, quiet = TRUE))
 #> mkin version used for fitting:    1.2.6 
-#> R version used for fitting:       4.3.1 
-#> Date of fit:     Mon Oct 30 09:39:49 2023 
-#> Date of summary: Mon Oct 30 09:39:49 2023 
+#> R version used for fitting:       4.3.2 
+#> Date of fit:     Thu Nov 16 04:19:39 2023 
+#> Date of summary: Thu Nov 16 04:19:39 2023 
 #> 
 #> Equations:
 #> d_parent/dt = - k_parent * parent
 #> 
 #> Model predictions using solution type analytical 
 #> 
-#> Fitted using 131 model solutions performed in 0.02 s
+#> Fitted using 131 model solutions performed in 0.009 s
 #> 
 #> Error model: Constant variance 
 #> 
@@ -311,26 +281,22 @@ EC Document Reference Sanco/10058/2005 version 2.0, 434 pp,
 
 
-
- -
+
-
- -- cgit v1.2.1