plot.SEMSummary: Plots SEMSummary object

View source: R/plotting.R

plot.SEMSummaryR Documentation

Plots SEMSummary object

Description

Plots SEMSummary object

Usage

## S3 method for class 'SEMSummary'
plot(x, y, ...)

Arguments

x

An object of class SEMSummary.

y

Ignored

...

Additional arguments passed on to the real workhorse, corplot.

See Also

corplot, SEMSummary

Examples

# default plot
plot(SEMSummary(~ ., data = mtcars))

# same as default
plot(SEMSummary(~ ., data = mtcars), type = "coverage")

# shows p values
plot(SEMSummary(~ ., data = mtcars), type = "p")

# shows correlations
plot(SEMSummary(~ ., data = mtcars), type = "cor")

JWileymisc documentation built on April 13, 2025, 9:07 a.m.