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 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.
A named vector of NONMEM model parameter estimates.
NONMEM (http://www.iconplc.com/innovation/nonmem/)
# NOT RUN { nmOutput <- read_nm("run315.xml") estTab <- get_est_table(nmOutput) # } # NOT RUN { # }
Run the code above in your browser using DataLab