aboutsummaryrefslogtreecommitdiff
path: root/R/anova.saem.mmkin.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-10-21 18:06:22 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-10-21 18:06:22 +0200
commitfa4ea2a3e21a3c7d635fbe7145b844e769df733e (patch)
tree320aa8601a2ff42ab9b5a1f191a2159562478637 /R/anova.saem.mmkin.R
parent1bd0e517fc58240c460a713d3bce2e1ca6dea9ec (diff)
Explain chisq tests in anova
Now that I understand how anova.lmer from which I ported the code produces mostly meaningful likelihood ratio tests in the table.
Diffstat (limited to 'R/anova.saem.mmkin.R')
-rw-r--r--R/anova.saem.mmkin.R3
1 files changed, 2 insertions, 1 deletions
diff --git a/R/anova.saem.mmkin.R b/R/anova.saem.mmkin.R
index d617e180..e88561b9 100644
--- a/R/anova.saem.mmkin.R
+++ b/R/anova.saem.mmkin.R
@@ -1,7 +1,8 @@
#' Anova method for saem.mmkin objects
#'
#' Generate an anova object. The method to calculate the BIC is that from
-#' the saemix package.
+#' the saemix package. As in other prominent anova methods, models are sorted
+## by likelihood, and the test is relative to the model on the previous line.
#'
#' @param object An [saem.mmkin] object
#' @param ... further such objects

Contact - Imprint