get.covmat | R Documentation |
Get the covariance matrix from a completed NONMEM run. If the the run has been zipped, the file will be extracted, then parsed and thereafter the file (not the zipped file) will be discarded.
get.covmat(
run,
path = paste(getwd(), "NONMEM", sep = "/"),
ext = "cov",
zip.extension = "7z"
)
run |
run rootname (e.g. run1) |
path |
directory where run output resides |
ext |
extension of the covariance |
zip.extension |
extension of the zip program. Defaults to "7z" |
list with covariance matrices for each estimation method
nm.covmat.extract
, extract.varcov
get.covmat("example2", path = getOption("qpExampleDir"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.