User Tools

Site Tools


r:factor_analysis

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
r:factor_analysis [2017/12/04 08:04] hkimscilr:factor_analysis [2017/12/04 10:06] hkimscil
Line 1: Line 1:
 +see [[:factor analysis]]
 data file: {{:r:personality0.txt}} data file: {{:r:personality0.txt}}
  
-<code>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=1.25) </code> 
- 
-{{personality_corrplot.png?600}} 
r/factor_analysis.txt · Last modified: 2022/05/05 14:47 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki