Learn R Programming

Certara.NLME8 (version 3.0.1)

performParallelNLMERun: 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
)

Value

Directory path where NLME job was executed

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 TRUE if it is not required to stop the job as for covariate stepwise search

allowIntermediateResults

is TRUE 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)