get_probinfo: Extract problem and estimation information from a NONMEM...

View source: R/get_probinfo.r

get_probinfoR Documentation

Extract problem and estimation information from a NONMEM output object.

Description

Extract problem and estimation information from a NONMEM output object.

Usage

get_probinfo(x, sigdig = 6, est.step = NULL)

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

See Also

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

Examples

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

## End(Not run)


pmxTools documentation built on March 7, 2023, 7:58 p.m.