diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-07 20:25:03 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-07 20:25:03 +0200 |
commit | c5878e0c561a93f36f8fdc64d5839db2a0527572 (patch) | |
tree | 639611c6990ac19ec39d822f9d945e23e573d73d /man | |
parent | c12aba04c7fdc745dec51ae5d640d8013c99b4dd (diff) |
Add some tests for the nlme convenience functions
Diffstat (limited to 'man')
-rw-r--r-- | man/mmkin.Rd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/mmkin.Rd b/man/mmkin.Rd index 4bf07370..99895400 100644 --- a/man/mmkin.Rd +++ b/man/mmkin.Rd @@ -32,8 +32,9 @@ for parallel execution.} \item{\dots}{Further arguments that will be passed to \code{\link{mkinfit}}.} } \value{ -A matrix of \code{\link{mkinfit}} objects that can be indexed using - the model and dataset names as row and column indices. +A two-dimensional \code{\link{array}} of \code{\link{mkinfit}} + objects that can be indexed using the model names for the first index (row index) + and the dataset names for the second index (column index). } \description{ This function calls \code{\link{mkinfit}} on all combinations of models and |