Skip to contents

Read NONMEM 7.2+ output into a list of lists.

Usage

read_nm(fileName, directory = NULL, quiet = FALSE, ...)

Arguments

fileName

A NONMEM XML output file (e.g. "run315.xml").

directory

The directory to look for files within. If NULL, uses the current directory.

quiet

Flag for displaying intermediate output.

...

Passed to each of the read functions (ignored in the functions).

Value

A list of lists corresponding to a NONMEM output object.

Author

Justin Wilkins, justin.wilkins@occams.com

Examples

if (FALSE) { # \dontrun{
nmOutput <- read_nm("run315.xml")
} # }