pmx_parse_nm_files {ggPMX} | R Documentation |
Parse NONMEM output files
Description
Function parsing NONMEM output files from their raw input.
Usage
pmx_parse_nm_files(dat, quiet)
Arguments
dat |
A list containing the raw data as vector of strings ('dat$raw') and their respective file names ('dat$name'). |
quiet |
Logical, if |
Value
A tibble containing the parsed 'data' along with 'name', 'problem', 'subprob', and 'method'.
[Package ggPMX version 1.3.0 Index]