covariance_plot: Plot $COV matrix

View source: R/post-run-summaries.R

covariance_plotR Documentation

Plot $COV matrix

Description

[Stable]

Usage

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.

Details

Plots the correlation plot from the $COV NONMEM output.

Value

A ggplot2 object with parameter correlations.

See Also

nm_render()

Examples


## requires NONMEM to be installed
## Not run: 

covariance_plot(m1)


## End(Not run)


NMproject documentation built on Sept. 30, 2022, 1:06 a.m.