Import model estimates from a NONMEM ext file
nmext( run = NA_real_, project = getwd(), file = paste0(run, ".ext"), path = NULL, theta = TRUE, omega = TRUE, sigma = TRUE, olabels = NULL, slabels = NULL, oprefix = "", sprefix = "", tname = "THETA", oname = "...", sname = "...", read_fun = "data.table" )
| run | run number |
|---|---|
| project | project directory |
| file | deprecated; use |
| path | full path to NONMEM |
| 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 |