diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-21 12:33:35 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-21 12:33:35 +0200 |
commit | 32e38914d066c28db060e912b5df6c24470c9e14 (patch) | |
tree | 570ffc1fec502ceb1349bd59df80e41fc85f7edf /man/anova.saem.mmkin.Rd | |
parent | a4a6585639c09d0174df4e14f7dc912f2ba339f9 (diff) |
Add a simple anova method for model comparison
Update docs
Diffstat (limited to 'man/anova.saem.mmkin.Rd')
-rw-r--r-- | man/anova.saem.mmkin.Rd | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/man/anova.saem.mmkin.Rd b/man/anova.saem.mmkin.Rd new file mode 100644 index 00000000..8f9cb241 --- /dev/null +++ b/man/anova.saem.mmkin.Rd @@ -0,0 +1,35 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/anova.saem.mmkin.R +\name{anova.saem.mmkin} +\alias{anova.saem.mmkin} +\title{Anova method for saem.mmkin objects} +\usage{ +\method{anova}{saem.mmkin}( + object, + ..., + method = c("is", "lin", "gq"), + test = FALSE, + model.names = NULL +) +} +\arguments{ +\item{object}{An \link{saem.mmkin} object} + +\item{...}{further such objects} + +\item{method}{Method for likelihood calculation: "is" (importance sampling), +"lin" (linear approximation), or "gq" (Gaussian quadrature). Passed +to \link[saemix:logLik]{saemix::logLik.SaemixObject}} + +\item{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.} + +\item{model.names}{Optional character vector of model names} +} +\value{ +an "anova" data frame; the traditional (S3) result of anova() +} +\description{ +Anova method for saem.mmkin objects +} |