Extracts index for ignored records, given a NONMEM control stream.
ignored(
x,
read.input = list(read.csv, header = TRUE, as.is = TRUE),
ext = getOption("modex", "ctl"),
project = getOption("project", getwd()),
nested = getOption("nested", TRUE),
...
)
logical
length-one character: a model name
list of arguments representing a methodology for acquiring the data of interest: the first argument is not named and will be passed to match.fun(); the other arguments will be passed to the result, and must include an argument named 'header'.
model file extension, e.g. 'mod' or 'ctl'
project directory (can be expression)
whether model files are nested in eponymous directories
passed to modelfile
and link{datafile}
Other superset:
generalize()
,
meta.character()
,
meta.numeric()
,
metaplot.character()
,
metaplot.numeric()
,
metaplot_character()
,
metasuperset()
,
meta()
,
ninput.character()
,
ninput.numeric()
,
ninput()
,
shuffle()
,
superset.character()
,
superset.numeric()
,
superset()
,
superspec.character()
,
superspec.numeric()
,
superspec()