Skip to contents

Read in the NONMEM variance-covariance matrix.

Usage

read_nmcov(fileName, quiet = FALSE, directory = NULL, ...)

Arguments

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).

Value

A symmetrical variance-covariance matrix covering all model parameters.

Author

Justin Wilkins, justin.wilkins@occams.com

Examples

if (FALSE) { # \dontrun{
nmVcov <- read_nmcov("run315")
} # }