r:factor_analysis
This is an old revision of the document!
data file: personality0.txt
d = read.table("http://commres.net/wiki/_media/r/personality0.txt")
head(d)
str(d)
summary(d)
# For dataframes with many columns,
# corrplot can be useful to get a sense of
# the structure in the data (including larger
# scale organization)
library(corrplot)
corrplot(cor(d), order = "hclust", tl.col='black', tl.cex=.75)
r/factor_analysis.1512344041.txt.gz · Last modified: by hkimscil

