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/anova.saem.mmkin.html | 189 ++++++++++++++--------------------- 1 file changed, 77 insertions(+), 112 deletions(-) (limited to 'docs/reference/anova.saem.mmkin.html') diff --git a/docs/reference/anova.saem.mmkin.html b/docs/reference/anova.saem.mmkin.html index 03ca588d..a514800a 100644 --- a/docs/reference/anova.saem.mmkin.html +++ b/docs/reference/anova.saem.mmkin.html @@ -1,124 +1,93 @@ -Anova method for saem.mmkin objects — anova.saem.mmkin • mkinAnova method for saem.mmkin objects — anova.saem.mmkin • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

Generate an anova object. The method to calculate the BIC is that from the saemix package. As in other prominent anova methods, models are sorted by number of parameters, and the tests (if requested) are always relative to the model on the previous line.

-
+
+

Usage

# S3 method for saem.mmkin
 anova(
   object,
@@ -129,8 +98,8 @@ the model on the previous line.

)
-
-

Arguments

+
+

Arguments

object

An saem.mmkin object

@@ -155,33 +124,29 @@ only be done for nested models.

Optional character vector of model names

-
-

Value

+
+

Value

an "anova" data frame; the traditional (S3) result of anova()

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