powered by
Sets PsN-style directory and control stream options. Supports control streams with semicolon-delimited metadata including symbol, unit, transform, and label. Expects model files to be found in nested directory, except for *.mod and *.lst.
psn_options( project = "NONMEM", modex = "mod", fields = c("symbol", "unit", "transform", "label"), nested = psn_nested, ... )
used for side-effects (sets options 'fields' and 'nested')
character, path to project directory
character, extension for model control stream (no dot)
character
logical, or function of file extension returning logical
ignored
Other path: datafile.character(), datafile.numeric(), datafile(), modeldir(), modelfile(), modelpath.character(), modelpath.numeric(), modelpath(), specfile.character(), specfile.numeric(), specfile()
datafile.character()
datafile.numeric()
datafile()
modeldir()
modelfile()
modelpath.character()
modelpath.numeric()
modelpath()
specfile.character()
specfile.numeric()
specfile()
if (FALSE) { psn_options() }
Run the code above in your browser using DataLab