get_probinfo | R Documentation |
Extract problem and estimation information from a NONMEM output object.
get_probinfo(x, sigdig = 6, est.step = NULL)
x |
A NONMEM output object generated using |
sigdig |
Specifies the number of significant digits to be provided (default=6). |
est.step |
Specifies which estimation step to return parameters from (default is the last). |
NONMEM (https://www.iconplc.com/innovation/nonmem/)
## Not run:
nmOutput <- read_nm("run315.xml")
probInfo <- get_probinfo(nmOutput)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.