Learn R Programming

pmxTools (version 1.2.1)

read_nmcov: Read in the NONMEM variance-covariance matrix.

Description

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.

See Also

NONMEM (http://www.iconplc.com/innovation/nonmem/)

Other NONMEM reading: plot_scm(), read_nm_all(), read_nm_multi_table(), read_nmext(), read_nmtables(), read_nm(), read_scm()

Examples

Run this code
# NOT RUN {
nmVcov <- read_nmcov("run315")
# }

Run the code above in your browser using DataLab