get.eigen | R Documentation |
Get the Eigen values from a NONMEM run. Requires the user to have run NONMEM with $COV ... PRINT = E option.
get.eigen(run, path = getOption("nmDir"), file.ext = ".lst")
run |
run rootname (e.g. |
path |
directory where |
file.ext |
extension of the NONMEM output file (.lst) |
list with named vectors with Eigen values for each estimation method
get.nm.version
, get.shrinkage
, get.ofv
, read.out
get.eigen(run = "example1", path = getOption("qpExampleDir"))
get.eigen(run = "example2", path = getOption("qpExampleDir"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.