From c5878e0c561a93f36f8fdc64d5839db2a0527572 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 7 Apr 2020 20:25:03 +0200 Subject: Add some tests for the nlme convenience functions --- man/mmkin.Rd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man/mmkin.Rd') 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 -- cgit v1.2.1