Skip to contents

Call nmfe

Usage

call_nmfe(
  model_file,
  output_file,
  path,
  nmfe = "/opt/NONMEM/nm_current/run/nmfe75",
  console = FALSE,
  verbose = TRUE
)

Arguments

model_file

model file, e.g. "run.mod"

output_file

output file, e.g. "run.lst"

path

run folder path, e.g. "run1"

nmfe

path to nmfe batch file to run NONMEM

console

show output from nmfe in console? Default FALSE

verbose

verbose output?