Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

pmxTools (version 1.2.1)

get_probinfo: 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 (http://www.iconplc.com/innovation/nonmem/)

Examples

Run this code
# NOT RUN {
 nmOutput <- read_nm("run315.xml")
 probInfo <- get_probinfo(nmOutput)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab