diff options
Diffstat (limited to 'R/mmkin.R')
-rw-r--r-- | R/mmkin.R | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -19,8 +19,9 @@ #' @param \dots Further arguments that will be passed to \code{\link{mkinfit}}. #' @importFrom parallel mclapply parLapply detectCores #' @return 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). +#' objects and/or try-errors that can be indexed using the model names for the +#' first index (row index) and the dataset names for the second index (column +#' index). #' @author Johannes Ranke #' @seealso \code{\link{[.mmkin}} for subsetting, \code{\link{plot.mmkin}} for #' plotting. |