get_est_table: Create a table of model parameter estimates from a NONMEM...

get_est_tableR Documentation

Create a table of model parameter estimates from a NONMEM output object.

Description

Create a table of model parameter estimates from a NONMEM output object.

Usage

get_est_table(
  x,
  thetaLabels = c(),
  omegaLabels = c(),
  sigmaLabels = c(),
  sigdig = 3
)

Arguments

x

A NONMEM output object generated using read_nm.

thetaLabels

A vector containing labels for THETA parameters.

omegaLabels

A vector containing labels for OMEGA parameters.

sigmaLabels

A vector containing labels for SIGMA parameters.

sigdig

The desired number of significant digits to display.

Value

A named vector of NONMEM model parameter estimates.

Author(s)

Justin Wilkins, justin.wilkins@occams.com

See Also

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

Examples

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

## End(Not run)


kestrel99/occamsPmx documentation built on Feb. 25, 2023, 8:39 a.m.