Import model estimates from a NONMEM ext file
nmext( run = NA_real_, project = getwd(), file = paste0(run, ".ext"), path = NULL, root = c("working", "cppfile"), index = "last", theta = TRUE, omega = TRUE, sigma = TRUE, olabels = NULL, slabels = NULL, oprefix = "", sprefix = "", tname = "THETA", oname = "...", sname = "...", read_fun = "data.table", env = NULL )
| run | run number |
|---|---|
| project | project directory |
| file | deprecated; use |
| path | full path to NONMEM |
| root | the directory that `path` and `project` are relative to; this is currently limited to the `working` directory or `cppdir`, the directory where the model file is located |
| index | the estimation number to return; "last" will return the last estimation results; otherwise, pass an integer indicating which estimation results to return |
| theta | logical; if TRUE, the |
| omega | logical; if TRUE, the |
| sigma | logical; if TRUE, the |
| olabels | labels for |
| slabels | labels for |
| oprefix | prefix for |
| sprefix | prefix for |
| tname | name for |
| oname | name for |
| sname | name for |
| read_fun | function to use when reading the |
| env | internal |