[Stable]

covariance_plot(r, trans = TRUE)

Arguments

r

An nm object.

trans

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

Value

A ggplot2 object with parameter correlations.

Details

Plots the correlation plot from the $COV NONMEM output.

See also

Examples


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

covariance_plot(m1)

}