| read_nmcov | R Documentation | 
Read in the NONMEM variance-covariance matrix.
read_nmcov(fileName, quiet = FALSE, directory = NULL, ...)
fileName | 
 Root filename for the NONMEM run (e.g. "run315"). This function reads the ".cov" NONMEM output table, and will return an error if this is missing.  | 
quiet | 
 Flag for displaying intermediate output.  | 
directory | 
 The directory to look for files within. If NULL, uses the current directory.  | 
... | 
 Passed to each of the read functions (ignored in the functions).  | 
A symmetrical variance-covariance matrix covering all model parameters.
Justin Wilkins, justin.wilkins@occams.com
NONMEM (https://www.iconplc.com/solutions/technologies/nonmem)
Other NONMEM reading: 
plot_scm(),
read_nm(),
read_nm_all(),
read_nm_multi_table(),
read_nmext(),
read_nmtables(),
read_scm()
## Not run: 
nmVcov <- read_nmcov("run315")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.