get_est_table function

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

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

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.

Returns

A named vector of NONMEM model parameter estimates.

Examples

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

See Also

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

Author(s)

Justin Wilkins, justin.wilkins@occams.com

  • Maintainer: Justin Wilkins
  • License: GPL-2
  • Last published: 2023-02-21