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/logLik.saem.mmkin.Rd | |
parent | a4a6585639c09d0174df4e14f7dc912f2ba339f9 (diff) |
Add a simple anova method for model comparison
Update docs
Diffstat (limited to 'man/logLik.saem.mmkin.Rd')
-rw-r--r-- | man/logLik.saem.mmkin.Rd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/logLik.saem.mmkin.Rd b/man/logLik.saem.mmkin.Rd new file mode 100644 index 00000000..8ea3426f --- /dev/null +++ b/man/logLik.saem.mmkin.Rd @@ -0,0 +1,14 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/saem.R +\name{logLik.saem.mmkin} +\alias{logLik.saem.mmkin} +\title{logLik method for saem.mmkin objects} +\usage{ +\method{logLik}{saem.mmkin}(object, ..., method = c("lin", "is", "gq")) +} +\arguments{ +\item{method}{Passed to \link[saemix:logLik]{saemix::logLik.SaemixObject}} +} +\description{ +logLik method for saem.mmkin objects +} |