Reads NONMEM output tables.
Arguments
- tableFiles
NONMEM table files to be read.
- runNo
Run number.
- tabSuffix
Table file suffix.
- tableNames
List of root table names, using the Xpose naming convention as the default.
- quiet
Flag for displaying intermediate output.
- directory
The directory to look for files within. If NULL, uses the current directory.
- output_type
Should output be a "data.frame" where all results are merged or a "list" of data.frames.
- ...
Passed to each of the read functions (ignored in the functions).
Note
Adapted from Xpose 4 (https://CRAN.R-project.org/package=xpose4).
References
NONMEM (https://www.iconplc.com/innovation/nonmem/)
Jonsson EN, Karlsson MO. Xpose–an S-PLUS based population pharmacokinetic/pharmacodynamic model building aid for NONMEM. Comput Methods Programs Biomed. 1999 Jan;58(1):51-64
See also
Other NONMEM reading:
plot_scm()
,
read_nm_all()
,
read_nm_multi_table()
,
read_nmcov()
,
read_nmext()
,
read_nm()
,
read_scm()