diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-31 17:01:58 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-31 17:01:58 +0100 |
commit | 300aa6ec27529f46deda07874566dc8fcee4e6e7 (patch) | |
tree | 5a78a7bad10e569d439060ee09547e27f9a45c7b /man/mhmkin.Rd | |
parent | e444e3eb3e21c66c34ce48775467cd9fa53f2a92 (diff) |
Fix R CMD check
Diffstat (limited to 'man/mhmkin.Rd')
-rw-r--r-- | man/mhmkin.Rd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/mhmkin.Rd b/man/mhmkin.Rd index 0ef1599e..1a6e3869 100644 --- a/man/mhmkin.Rd +++ b/man/mhmkin.Rd @@ -2,6 +2,7 @@ % Please edit documentation in R/mhmkin.R \name{mhmkin} \alias{mhmkin} +\alias{mhmkin.mmkin} \alias{mhmkin.list} \alias{[.mhmkin} \alias{print.mhmkin} @@ -10,6 +11,8 @@ degradation models and one or more error models} \usage{ mhmkin(objects, backend = "saemix", algorithm = "saem", ...) +\method{mhmkin}{mmkin}(objects, ...) + \method{mhmkin}{list}( objects, backend = "saemix", @@ -24,7 +27,9 @@ mhmkin(objects, backend = "saemix", algorithm = "saem", ...) } \arguments{ \item{objects}{A list of \link{mmkin} objects containing fits of the same -degradation models to the same data, but using different error models.} +degradation models to the same data, but using different error models. +Alternatively, a single \link{mmkin} object containing fits of several +degradation models to the same data} \item{backend}{The backend to be used for fitting. Currently, only saemix is supported} |