Runs a set of NLME jobs in parallel
performParallelNLMERun(
args,
partialJob = FALSE,
allowIntermediateResults = TRUE,
progressStage = "",
func = "",
func_arg = NULL,
reportProgress = FALSE
)
Directory path where NLME job was executed
a vector of arguments provided as the following: c(jobType, parallelMethod, install_dir, shared_directory, localWorkingDir, controlFile, NumProc, workflow_name, fixefUnits)
is TRUE
if it is not required to stop the job
as for covariate stepwise search
is TRUE
if intermediate results
are possible like for sorting
stage of analysis to be reported
function to be executed after NLME job
arguments to be provided to the function by name provided above
whether it is required to report the progress (for local jobs usually)