From d25974f643ee46b7cd5ccd8331dd7bb0b14ab27a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 26 Oct 2022 09:36:44 +0200 Subject: Don't test parhist and llhist on travis, docs --- docs/dev/reference/anova.saem.mmkin.html | 161 +++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 docs/dev/reference/anova.saem.mmkin.html (limited to 'docs/dev/reference/anova.saem.mmkin.html') diff --git a/docs/dev/reference/anova.saem.mmkin.html b/docs/dev/reference/anova.saem.mmkin.html new file mode 100644 index 00000000..abe77c65 --- /dev/null +++ b/docs/dev/reference/anova.saem.mmkin.html @@ -0,0 +1,161 @@ + +Anova method for saem.mmkin objects — anova.saem.mmkin • mkin + + +
+
+ + + +
+
+ + +
+

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

+
+ +
+
# S3 method for saem.mmkin
+anova(
+  object,
+  ...,
+  method = c("is", "lin", "gq"),
+  test = FALSE,
+  model.names = NULL
+)
+
+ +
+

Arguments

+
object
+

An saem.mmkin object

+ + +
...
+

further such objects

+ + +
method
+

Method for likelihood calculation: "is" (importance sampling), +"lin" (linear approximation), or "gq" (Gaussian quadrature). Passed +to saemix::logLik.SaemixObject

+ + +
test
+

Should a likelihood ratio test be performed? If TRUE, +the alternative models are tested against the first model. Should +only be done for nested models.

+ + +
model.names
+

Optional character vector of model names

+ +
+
+

Value

+ + +

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

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