Description Usage Arguments Details Examples
Get NONMEM run results
1 |
run |
the run number |
project |
the project directory |
rundir |
the run directory |
raw |
if |
status: misc run information
theta: list of theta values
omega: omega matrix
sigma: sigma matrix
par: theta estimates with standard errors
etashk: eta shrinkage values (percent)
epsshk: epsilon shrinkage values (percent)
etabar: mean eta
etabarp: etabar p-value
1 2 3 4 5 6 7 8 9 | project <- system.file("nonmem", package="nmlist")
x <- nmlist(1005, project)
names(x)
x$theta
x$omega
x$cov
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.