read_nm function

Read NONMEM 7.2+ output into a list of lists.

Read NONMEM 7.2+ output into a list of lists.

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).

Returns

A list of lists corresponding to a NONMEM output object.

Examples

## Not run: nmOutput <- read_nm("run315.xml") ## End(Not run)

See Also

NONMEM (https://www.iconplc.com/innovation/nonmem/)

Other NONMEM reading: plot_scm(), read_nm_all(), read_nm_multi_table(), read_nmcov(), read_nmext(), read_nmtables(), read_scm()

Author(s)

Justin Wilkins, justin.wilkins@occams.com

  • Maintainer: Justin Wilkins
  • License: GPL-2
  • Last published: 2023-02-21