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/multistart.html | 203 +++++++++++++++++------------------------ 1 file changed, 85 insertions(+), 118 deletions(-) (limited to 'docs/reference/multistart.html') diff --git a/docs/reference/multistart.html b/docs/reference/multistart.html index 840f0e01..fadb500f 100644 --- a/docs/reference/multistart.html +++ b/docs/reference/multistart.html @@ -1,5 +1,10 @@ -Perform a hierarchical model fit with multiple starting values — multistart • mkinPerform a hierarchical model fit with multiple starting values — multistart • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

The purpose of this method is to check if a certain algorithm for fitting nonlinear hierarchical models (also known as nonlinear mixed-effects models) will reliably yield results that are sufficiently similar to each other, if @@ -122,7 +92,8 @@ inspired by the article on practical identifiabiliy in the frame of nonlinear mixed-effects models by Duchesne et al (2021).

-
+
+

Usage

multistart(
   object,
   n = 50,
@@ -148,8 +119,8 @@ mixed-effects models by Duchesne et al (2021).

which.best(object, ...)
-
-

Arguments

+
+

Arguments

object

The fit object to work with

@@ -176,8 +147,8 @@ for parallel execution.

The multistart object to print

-
-

Value

+
+

Value

A list of saem.mmkin objects, with class attributes @@ -189,20 +160,20 @@ for parallel execution.

The index of the object with the highest likelihood

-
-

References

+
+

References

Duchesne R, Guillemin A, Gandrillon O, Crauste F. Practical identifiability in the frame of nonlinear mixed effects models: the example of the in vitro erythropoiesis. BMC Bioinformatics. 2021 Oct 4;22(1):478. doi: 10.1186/s12859-021-04373-4.

-
-

See also

+
+

See also

-
-

Examples

+
+

Examples

# \dontrun{
 library(mkin)
 dmta_ds <- lapply(1:7, function(i) {
@@ -236,26 +207,22 @@ doi: 10.1186/s12859-021-04373-4.

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