Create a table of model parameter estimates from a NONMEM output object.
Source:R/get_est_table.R
get_est_table.Rd
Create a table of model parameter estimates from a NONMEM output object.
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.
Author
Justin Wilkins, justin.wilkins@occams.com
Examples
if (FALSE) { # \dontrun{
nmOutput <- read_nm("run315.xml")
estTab <- get_est_table(nmOutput)
} # }