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/loftest.html | 195 ++++++++++++++++++-------------------------- 1 file changed, 80 insertions(+), 115 deletions(-) (limited to 'docs/reference/loftest.html') diff --git a/docs/reference/loftest.html b/docs/reference/loftest.html index b474ad20..ed4141a8 100644 --- a/docs/reference/loftest.html +++ b/docs/reference/loftest.html @@ -1,132 +1,101 @@ -Lack-of-fit test for models fitted to data with replicates — loftest • mkinLack-of-fit test for models fitted to data with replicates — loftest • mkin + + Skip to contents -
-
-
- +
+
+
-
+

This is a generic function with a method currently only defined for mkinfit objects. It fits an anova model to the data contained in the object and compares the likelihoods using the likelihood ratio test lrtest.default from the lmtest package.

-
+
+

Usage

loftest(object, ...)
 
 # S3 method for mkinfit
 loftest(object, ...)
-
-

Arguments

+
+

Arguments

object

A model object with a defined loftest method

@@ -135,20 +104,20 @@ compares the likelihoods using the likelihood ratio test

Not used

-
-

Details

+
+

Details

The anova model is interpreted as the simplest form of an mkinfit model, assuming only a constant variance about the means, but not enforcing any structure of the means, so we have one model parameter for every mean of replicate samples.

-
-

See also

+
+

See also

lrtest

-
-

Examples

+
+

Examples

# \dontrun{
 test_data <- subset(synthetic_data_for_UBA_2014[[12]]$data, name == "parent")
 sfo_fit <- mkinfit("SFO", test_data, quiet = TRUE)
@@ -319,26 +288,22 @@ of replicate samples.

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