johnson_s_hierarchical_clustering
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| johnson_s_hierarchical_clustering [2016/11/21 12:22] – hkimscil | johnson_s_hierarchical_clustering [2016/11/21 12:45] (current) – [E.g. 1] hkimscil | ||
|---|---|---|---|
| Line 172: | Line 172: | ||
| </ | </ | ||
| + | |||
| + | # Prepare Data | ||
| + | setwd(" | ||
| + | mydata <- read.csv(" | ||
| + | mydata <- na.omit(mydata) # listwise deletion of missing | ||
| + | mydata <- scale(mydata) # standardize variables | ||
| + | |||
johnson_s_hierarchical_clustering.1479698535.txt.gz · Last modified: by hkimscil
