View source: R/performParallelNLMERun.R
performParallelNLMERun | R Documentation |
Runs a set of NLME jobs in parallel
performParallelNLMERun(
args,
partialJob = FALSE,
allowIntermediateResults = TRUE,
progressStage = "",
func = "",
func_arg = NULL,
reportProgress = FALSE
)
args |
a vector of arguments provided as the following: c(jobType, parallelMethod, install_dir, shared_directory, localWorkingDir, controlFile, NumProc, workflow_name, fixefUnits) |
partialJob |
is |
allowIntermediateResults |
is |
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) |
Directory path where NLME job was executed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.