nm.create.control: Documentation stub Create a control stream for simulation

View source: R/nm.create.control.r

nm.create.controlR Documentation

Documentation stub Create a control stream for simulation

Description

Create a control stream for simulation with sampled TH/OM/SG estimates

Usage

nm.create.control(
  run,
  path = getOption("nmDir"),
  outputFile.extension = ".out",
  modelFile.extension = ".ctl",
  seed = 1234567,
  newDataFile = NULL,
  uncertainty = FALSE,
  sim = NULL,
  table = NULL
)

Arguments

run

run rootname (e.g. run1)

path

directory where run resides

outputFile.extension

file extension of the NONMEM output file. Defaults to ".lst"

modelFile.extension

file extension of the NONMEM control stream. Defaults to ".mod"

seed

seed number to go into $SIM

newDataFile

if some else as the model data file should be used

uncertainty

logical for simulation across uncertainty

sim

to be described

table

a character string with the required $TABLE statement for the simulation control stream

Value

A control stream ready for execution written to file #' @note THIS FUNCTION HAS NOT BEEN THOROUGHLY TESTED. USE WITH CAUTION AND ADAPT AS NEEDED ON THE PROJECT LEVEL.


qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.