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 /R/saem.R | |
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 'R/saem.R')
-rw-r--r-- | R/saem.R | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -723,6 +723,7 @@ saemix_data <- function(object, covariates = NULL, verbose = FALSE, ...) { #' logLik method for saem.mmkin objects #' #' @param object The fitted [saem.mmkin] object +#' @param \dots Passed to [saemix::logLik.SaemixObject] #' @param method Passed to [saemix::logLik.SaemixObject] #' @export logLik.saem.mmkin <- function(object, ..., method = c("lin", "is", "gq")) { |