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/nlme.html | 197 +++++++++++++++++++---------------------------- 1 file changed, 81 insertions(+), 116 deletions(-) (limited to 'docs/reference/nlme.html') diff --git a/docs/reference/nlme.html b/docs/reference/nlme.html index 26c56e54..d94e4bbe 100644 --- a/docs/reference/nlme.html +++ b/docs/reference/nlme.html @@ -1,137 +1,106 @@ -Helper functions to create nlme models from mmkin row objects — nlme_function • mkinHelper functions to create nlme models from mmkin row objects — nlme_function • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

These functions facilitate setting up a nonlinear mixed effects model for an mmkin row object. An mmkin row object is essentially a list of mkinfit objects that have been obtained by fitting the same model to a list of datasets. They are used internally by the nlme.mmkin() method.

-
+
+

Usage

nlme_function(object)
 
 nlme_data(object)
-
-

Arguments

+
+

Arguments

object

An mmkin row object containing several fits of the same model to different datasets

-
-

Value

+
+

Value

A function that can be used with nlme

@@ -139,13 +108,13 @@ datasets. They are used internally by the nlme.m

A groupedData object

-
-

See also

+
+

See also

-
-

Examples

+
+

Examples

sampling_times = c(0, 1, 3, 7, 14, 28, 60, 90, 120)
 m_SFO <- mkinmod(parent = mkinsub("SFO"))
 d_SFO_1 <- mkinpredict(m_SFO,
@@ -221,26 +190,22 @@ datasets. They are used internally by the nlme.m
 
 
-
- -
+
-
- -- cgit v1.2.1