powered by
Extract estimates from NONMEM ext file
read_nmext(run, project = getwd(), file = paste0(run, ".ext"), path = NULL)
a run number or run identifier
the NONMEM project directory
the ext file name
ext
full path and file name for ext file
A list with param, omega, and sigma in a format ready to be used to update a model object.
# NOT RUN { project <- system.file("nonmem", package = "mrgsolve") est <- read_nmext(1005, project = project) est$param est$omega est$sigma # }
Run the code above in your browser using DataLab