Last chance! 50% off unlimited learning
Sale ends in
Plots SEMSummary object
# S3 method for SEMSummary
plot(x, y, ...)
An object of class SEMSummary.
Ignored
Additional arguments passed on to the real workhorse, corplot
.
corplot
, SEMSummary
# 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")
Run the code above in your browser using DataLab