nm.extract.ext: NONMEM output extraction using .lst and .ext files

View source: R/nm.extract.ext.r

nm.extract.extR Documentation

NONMEM output extraction using .lst and .ext files

Description

Extract NONMEM output based on the .ext output file

Usage

nm.extract.ext(run, path = getOption("nmDir"))

Arguments

run

run rootname (e.g. run1)

path

directory where run resides

Value

A list with the NONMEM version, OFV, the xpose tables and the parameter table

See Also

nm.extract.xml, nm.params.table, get.nm.version, get.ofv, get.xpose.tables

Examples

run2.ext = nm.extract.ext("example2", path = getOption("qpExampleDir"))
run2.ext$version; run2.ext$final_objective_function

qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.