Learn R Programming

NMproject (version 0.6.9)

covariance_plot: Plot $COV matrix

Description

[Stable]

Usage

covariance_plot(r, trans = TRUE)

Value

A ggplot2 object with parameter correlations.

Arguments

r

An nm object.

trans

Logical (default = TRUE). Applies the transformations specified in $THETA/$OMEGA/$SIGMA comments before plotting.

Details

Plots the correlation plot from the $COV NONMEM output.

See Also

nm_render()

Examples

Run this code

## requires NONMEM to be installed
if (FALSE) {

covariance_plot(m1)

}

Run the code above in your browser using DataLab