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/add_err.html | 200 ++++++++++++++++++-------------------------- 1 file changed, 82 insertions(+), 118 deletions(-) (limited to 'docs/reference/add_err.html') diff --git a/docs/reference/add_err.html b/docs/reference/add_err.html index 4db51d10..ea29115c 100644 --- a/docs/reference/add_err.html +++ b/docs/reference/add_err.html @@ -1,122 +1,90 @@ -Add normally distributed errors to simulated kinetic degradation data — add_err • mkinAdd normally distributed errors to simulated kinetic degradation data — add_err • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

Normally distributed errors are added to data predicted for a specific degradation model using mkinpredict. The variance of the error may depend on the predicted value and is specified as a standard deviation.

-
+
+

Usage

add_err(
   prediction,
   sdfunc,
@@ -129,8 +97,8 @@ may depend on the predicted value and is specified as a standard deviation.

)
-
-

Arguments

+
+

Arguments

prediction

A prediction from a kinetic model as produced by mkinpredict.

@@ -169,27 +137,27 @@ adding the random error will be set to NA.

seed is not set.

-
-

Value

+
+

Value

A list of datasets compatible with mmkin, i.e. the components of the list are datasets compatible with mkinfit.

-
-

References

+
+

References

Ranke J and Lehmann R (2015) To t-test or not to t-test, that is the question. XV Symposium on Pesticide Chemistry 2-4 September 2015, Piacenza, Italy https://jrwb.de/posters/piacenza_2015.pdf

-
-

Author

+
+

Author

Johannes Ranke

-
-

Examples

+
+

Examples


 # The kinetic model
 m_SFO_SFO <- mkinmod(parent = mkinsub("SFO", "M1"),
@@ -239,26 +207,22 @@ https://jrwb.de/posters/piacenza_2015.pdf

-
- -
+
-
- -- cgit v1.2.1