aboutsummaryrefslogtreecommitdiff
path: root/R/mmkin.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-07-15 12:30:39 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-07-15 12:30:39 +0200
commit9f8e1eb33b586beb7e889212bdababa081b6ff67 (patch)
treea8ec85a113df890d6a4e3bf15001cbd0fe76abd7 /R/mmkin.R
parent46763edbd1c9b14cff15c53d96312a7930225704 (diff)
Improve handling of (partially) failing fits
Diffstat (limited to 'R/mmkin.R')
-rw-r--r--R/mmkin.R5
1 files changed, 3 insertions, 2 deletions
diff --git a/R/mmkin.R b/R/mmkin.R
index adb9f4d0..d879fec4 100644
--- a/R/mmkin.R
+++ b/R/mmkin.R
@@ -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.

Contact - Imprint