diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-11-13 11:05:39 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-11-13 11:05:39 +0100 |
commit | f6385b071cee2c261da28bf98fd1599da1a30ddb (patch) | |
tree | dd466c9c93fc2451f67ebfc8acfdfde25068ac88 /man | |
parent | f3757dfbaabe4e60ecac063437a75ea32999640a (diff) |
Likelihood ratio test for mmkin columns with two fits
Diffstat (limited to 'man')
-rw-r--r-- | man/lrtest.mkinfit.Rd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/lrtest.mkinfit.Rd b/man/lrtest.mkinfit.Rd index bc8ab4dc..84d7bc99 100644 --- a/man/lrtest.mkinfit.Rd +++ b/man/lrtest.mkinfit.Rd @@ -2,12 +2,16 @@ % Please edit documentation in R/lrtest.mkinfit.R \name{lrtest.mkinfit} \alias{lrtest.mkinfit} +\alias{lrtest.mmkin} \title{Likelihood ratio test for mkinfit models} \usage{ \method{lrtest}{mkinfit}(object, object_2 = NULL, ...) + +\method{lrtest}{mmkin}(object, ...) } \arguments{ -\item{object}{An \code{\link{mkinfit}} object} +\item{object}{An \code{\link{mkinfit}} object, or an \code{\link{mmkin}} column +object containing two fits to the same data.} \item{object_2}{Optionally, another mkinfit object fitted to the same data.} |