diff options
Diffstat (limited to 'R/anova.saem.mmkin.R')
-rw-r--r-- | R/anova.saem.mmkin.R | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/R/anova.saem.mmkin.R b/R/anova.saem.mmkin.R index e88561b9..9937a919 100644 --- a/R/anova.saem.mmkin.R +++ b/R/anova.saem.mmkin.R @@ -13,7 +13,9 @@ #' the alternative models are tested against the first model. Should #' only be done for nested models. #' @param model.names Optional character vector of model names -#' @importFrom stats anova logLik update +#' @importFrom stats anova logLik update pchisq terms +#' @importFrom methods is +#' @importFrom utils capture.output #' @export #' @return an "anova" data frame; the traditional (S3) result of anova() anova.saem.mmkin <- function(object, ..., |