Extract problem and estimation information from a NONMEM output object.
Source:R/get_probinfo.r
get_probinfo.Rd
Extract problem and estimation information from a NONMEM output object.
Arguments
- x
A NONMEM output object generated using
read_nm
.- sigdig
Specifies the number of significant digits to be provided (default=6).
- est.step
Specifies which estimation step to return parameters from (default is the last).
Examples
if (FALSE) { # \dontrun{
nmOutput <- read_nm("run315.xml")
probInfo <- get_probinfo(nmOutput)
} # }