powered by
Reads .ext files generated by NONMEM
read_extfile( run = NA_real_, project = getwd(), file = paste0(run, ".ext"), path = NULL, read_fun = c("data.table", "read.table"), quiet )
run a run number or run identifier
project the NONMEM project directory
file the `ext` file name
path full path and file name for `ext` file
read_fun function to read the `ext` file
Logical, if FALSE messages are printed to the console.
FALSE
A list with param, omega, and sigma in a format ready to be used.
# NOT RUN { #project <- system.file("nonmem", package = "mrgsolve") #est <- read_nmext(1005, project = project) # }
Run the code above in your browser using DataLab