aboutsummaryrefslogtreecommitdiff
path: root/man/mmkin.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-05-26 18:38:51 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-05-26 18:52:01 +0200
commit675a733fa2acc08daabb9b8b571c7d658f281f73 (patch)
treeef29cec38aa6d446f7956c0e423cca6bed2e21c0 /man/mmkin.Rd
parent5e85d8856e7c9db3c52bb6ac5a0a81e2f0c6181c (diff)
Use all cores per default, confint tolerance
Also, use more intelligent starting values for the variance of the random effects for saemix. While this does not appear to speed up the convergence, it shows where this variance is greatly reduced by using mixed-effects models as opposed to the separate independent fits.
Diffstat (limited to 'man/mmkin.Rd')
-rw-r--r--man/mmkin.Rd5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/mmkin.Rd b/man/mmkin.Rd
index eda0d837..9a74a9cd 100644
--- a/man/mmkin.Rd
+++ b/man/mmkin.Rd
@@ -8,7 +8,7 @@ more datasets}
mmkin(
models = c("SFO", "FOMC", "DFOP"),
datasets,
- cores = round(detectCores()/2),
+ cores = detectCores(),
cluster = NULL,
...
)
@@ -24,7 +24,8 @@ data for \code{\link{mkinfit}}.}
\item{cores}{The number of cores to be used for multicore processing. This
is only used when the \code{cluster} argument is \code{NULL}. On Windows
machines, cores > 1 is not supported, you need to use the \code{cluster}
-argument to use multiple logical processors.}
+argument to use multiple logical processors. Per default, all cores
+detected by \code{\link[parallel:detectCores]{parallel::detectCores()}} are used.}
\item{cluster}{A cluster as returned by \code{\link{makeCluster}} to be used
for parallel execution.}

Contact - Imprint