Learn R Programming

pmxTools (version 1.2.1)

get_est_table: 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.

See Also

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

Examples

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

Run the code above in your browser using DataLab