nmext | R Documentation |
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 |
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 use only. |
nmxml()
, read_nmext()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.