NMreadTabSlow {NMdata} | R Documentation |
Read Nonmem table files without assumptions about what tables they contain
Description
Read Nonmem table files without assumptions about what tables they contain
Usage
NMreadTabSlow(file)
Arguments
file |
A Nonmem table file. Can be output tables, or one of the several different results files from Nonmem. |
Details
'NMreadTabSlow' reads parameter tables from Nonmem very slowly, and most often 'NMreadTab' is a better function to use. However, 'NMreadTabslow' also works for table files that contain incompatible tables.
[Package NMdata version 0.2.0 Index]