powered by
plotCov(cov)
eqsCov
eqsCorr
eqsDesc
cor2cov
library(datasets) plotCov(ability.cov$cov) plotCov(cov(attitude)) library(lavaan) HolzingerSwineford1939 # Select variables x1-x9 only HS39 <- cov(HolzingerSwineford1939[,7:15]) plotCov(HS39)
Run the code above in your browser using DataLab