From 6e8acb81c6053455033be920e9824fb095f1209a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 30 Oct 2022 20:45:39 +0100 Subject: Correct documentation of sorting in anova.saem.mmkin() --- R/anova.saem.mmkin.R | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'R/anova.saem.mmkin.R') diff --git a/R/anova.saem.mmkin.R b/R/anova.saem.mmkin.R index 9937a919..e506fb8b 100644 --- a/R/anova.saem.mmkin.R +++ b/R/anova.saem.mmkin.R @@ -1,8 +1,9 @@ #' Anova method for saem.mmkin objects #' -#' 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 likelihood, and the test is relative to the model on the previous line. +#' 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. #' #' @param object An [saem.mmkin] object #' @param ... further such objects -- cgit v1.2.1