From 91ef22b6c98b96a9954dfe0a9914c45b41ce2af4 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 4 Nov 2020 09:50:05 +0100 Subject: Update dynamic docs --- R/saemix.R | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'R') diff --git a/R/saemix.R b/R/saemix.R index ae534daa..f8714cf2 100644 --- a/R/saemix.R +++ b/R/saemix.R @@ -10,11 +10,12 @@ #' mmkin. Starting variances of the random effects (argument omega.init) are the #' variances of the deviations of the parameters from these mean values. #' -#' @param object An mmkin row object containing several fits of the same model to different datasets -#' @param cores The number of cores to be used for multicore processing. Using -#' more than 1 core is experimental and may lead to uncontrolled forking, -#' apparently depending on the BLAS version used. On Windows machines, cores -#' > 1 is currently not supported. +#' @param object An mmkin row object containing several fits of the same model +#' to different datasets +#' @param cores The number of cores to be used for multicore processing using +#' [parallel::mclapply()]. Using more than 1 core is experimental and may +#' lead to uncontrolled forking, apparently depending on the BLAS version +#' used. #' @rdname saemix #' @importFrom saemix saemixData saemixModel #' @importFrom stats var -- cgit v1.2.1