powered by
Create a table of model parameter estimates from a NONMEM output object.
get_est_table( x, thetaLabels = c(), omegaLabels = c(), sigmaLabels = c(), sigdig = 3 )
A named vector of NONMEM model parameter estimates.
A NONMEM output object generated using read_nm.
read_nm
A vector containing labels for THETA parameters.
A vector containing labels for OMEGA parameters.
A vector containing labels for SIGMA parameters.
The desired number of significant digits to display.
Justin Wilkins, justin.wilkins@occams.com
NONMEM (https://www.iconplc.com/innovation/nonmem/)
if (FALSE) { nmOutput <- read_nm("run315.xml") estTab <- get_est_table(nmOutput) }
Run the code above in your browser using DataLab