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/mhmkin.html | 201 +++++++++++++++++++-------------------------- 1 file changed, 83 insertions(+), 118 deletions(-) (limited to 'docs/reference/mhmkin.html') diff --git a/docs/reference/mhmkin.html b/docs/reference/mhmkin.html index 7fcb98fb..36003f7c 100644 --- a/docs/reference/mhmkin.html +++ b/docs/reference/mhmkin.html @@ -1,127 +1,96 @@ -Fit nonlinear mixed-effects models built from one or more kinetic -degradation models and one or more error models — mhmkin • mkinFit nonlinear mixed-effects models built from one or more kinetic +degradation models and one or more error models — mhmkin • mkin + + Skip to contents -
-
-
- +
+
+
-
+

The name of the methods expresses that (multiple) hierarchichal (also known as multilevel) multicompartment kinetic models are fitted. Our kinetic models are nonlinear, so we can use various nonlinear mixed-effects model fitting functions.

-
+
+

Usage

mhmkin(objects, ...)
 
 # S3 method for mmkin
@@ -145,8 +114,8 @@ mhmkin(
 print(x, ...)
-
-

Arguments

+
+

Arguments

objects

A list of mmkin objects containing fits of the same degradation models to the same data, but using different error models. @@ -210,8 +179,8 @@ parallel execution.

either a list of fit objects or a single fit object.

-
-

Value

+
+

Value

A two-dimensional array of fit objects and/or try-errors that can @@ -222,17 +191,17 @@ attribute 'mhmkin'.

An object inheriting from mhmkin.

-
-

See also

+
+

See also

[.mhmkin for subsetting mhmkin objects

-
-

Author

+
+

Author

Johannes Ranke

-
-

Examples

+
+

Examples

# \dontrun{
 # We start with separate evaluations of all the first six datasets with two
 # degradation models and two error models
@@ -313,26 +282,22 @@ attribute 'mhmkin'.

# }
-
- -
+
-
- -- cgit v1.2.1