performParallelNLMERun {Certara.NLME8} | R Documentation |
Runs a set of NLME jobs in parallel
Description
Runs a set of NLME jobs in parallel
Usage
performParallelNLMERun(
args,
partialJob = FALSE,
allowIntermediateResults = TRUE,
progressStage = "",
func = "",
func_arg = NULL,
reportProgress = FALSE
)
Arguments
args |
a vector of arguments provided as the following: c(jobType, parallelMethod, install_dir, shared_directory, localWorkingDir, controlFile, NumProc, workflow_name, fixefUnits) |
partialJob |
is /codeTRUE if it is not required to stop the job as for covariate stepwise search |
allowIntermediateResults |
is /codeTRUE if intermediate results are possible like for sorting |
progressStage |
stage of analysis to be reported |
func |
function to be executed after NLME job |
func_arg |
arguments to be provided to the function by name provided above |
reportProgress |
whether it is required to report the progress (for local jobs usually) |
Value
Directory path where NLME job was executed
[Package Certara.NLME8 version 1.2.4 Index]