Description Usage Arguments Value Author(s) References See Also
dataSynthesis
scavenges columns from the ‘TAB’ file, the ‘par.TAB’ file, and the
underlying dataset (all required), returning just observation records (EVID==0
) that are not
commented. The second two files are limited to the first record per ID. Columns
to scavenge are supplied by grp, cont.cov, cat.cov, par.list, and eta.list
.
All ‘TAB’ file columns are returned, plus first instance of ‘scavenge’ columns from
either the ‘par’ file or the parent data set (in that order) unless already present. Exception:
par.list
and eta.list
items are not sought in the underlying dataset.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | dataSynthesis(
run,
project=getwd(),
logtrans = FALSE,
grp = NULL,
grpnames = NULL,
cont.cov = NULL,
cat.cov = NULL,
par.list = NULL,
eta.list = NULL,
missing = -99,
rundir = filename(project, run),
ctlfile = filename(rundir,run,'.ctl'),
outfile = filename(rundir,run,'.lst'),
datfile = getdname(ctlfile),
...
)
|
run |
a control stream name, typically integer |
project |
the directory containing the NONMEM run directories |
logtrans |
whether to transform the NONMEM output variables DV, PRED,
NPRED, CPRED, CPREDI, EPRED, IPRE, IPRED, PREDI, CIPRED,
IPREDI, IPRD, and EIPRED. Default: |
grp |
item in NONMEM datafile or output table file that can be used to condition
plots generated by PLOTR. Default value is |
grpnames |
optional vector of names for
|
cont.cov |
vector of
continuous covariate names. Names must match those used as column
headers in |
cat.cov |
vector of categorical covariate names. Names must match
those used as column headers in |
par.list |
vector of NONMEM model
parameter names. Values are retrieved from ‘*par.TAB’ created in
NONMEM. Default value is |
eta.list |
vector of NONMEM
model random effect names. Values are retrieved from ‘*par.TAB’ created
in NONMEM. Default value is |
missing |
numeric item that defines value used to represent missing items in the NONMEM data file. Default value is '-99'. |
ctlfile |
Path and filename for the NONMEM control stream (‘*.ctl’). |
outfile |
Path and filename for the NONMEM output file (‘*.lst’). |
datfile |
Path and filename for the source dataset, as in DATA record in ‘*.ctl’. |
rundir |
Path for the NONMEM run directory (‘project/*’). |
... |
extra arguments |
data.frame
Tim Bergsma
http://metrumrg.googlecode.com
diagnosticPlots
dataFormat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.