View source: R/nm.create.control.r
nm.create.control | R Documentation |
Create a control stream for simulation with sampled TH/OM/SG estimates
nm.create.control(
run,
path = getOption("nmDir"),
outputFile.extension = ".out",
modelFile.extension = ".ctl",
seed = 1234567,
newDataFile = NULL,
uncertainty = FALSE,
sim = NULL,
table = NULL
)
run |
run rootname (e.g. |
path |
directory where |
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 |
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.