diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-25 10:35:39 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-25 10:35:39 +0200 |
commit | e514f8235ee5398da5c5c83d472ca99dd5324066 (patch) | |
tree | e096590d36e900d8b087ba5282624474b770d05a /man/logLik.saem.mmkin.Rd | |
parent | 5ac21a5495d984eb6a281973211b2b79a78cda82 (diff) |
Complete documentation and fix a bug
The bug was introduced by the changes in summary.saem.mmkin.R and
surfaced in the tests when using saemix transformations.
Diffstat (limited to 'man/logLik.saem.mmkin.Rd')
-rw-r--r-- | man/logLik.saem.mmkin.Rd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/logLik.saem.mmkin.Rd b/man/logLik.saem.mmkin.Rd index 8ea3426f..603f4607 100644 --- a/man/logLik.saem.mmkin.Rd +++ b/man/logLik.saem.mmkin.Rd @@ -7,6 +7,10 @@ \method{logLik}{saem.mmkin}(object, ..., method = c("lin", "is", "gq")) } \arguments{ +\item{object}{The fitted \link{saem.mmkin} object} + +\item{\dots}{Passed to \link[saemix:logLik]{saemix::logLik.SaemixObject}} + \item{method}{Passed to \link[saemix:logLik]{saemix::logLik.SaemixObject}} } \description{ |