Skip to content

Instantly share code, notes, and snippets.

@yumaueno
Last active August 12, 2019 07:13
Show Gist options
  • Save yumaueno/20798089e89ad4716f7c9e0a83e609c4 to your computer and use it in GitHub Desktop.
Save yumaueno/20798089e89ad4716f7c9e0a83e609c4 to your computer and use it in GitHub Desktop.
コレスポンデンス分析
library(MASS)
seiseki<-read.csv('seiseki.csv')
seiseki<-seiseki[c(1:30),]
seiseki.ca<-corresp(seiseki,nf=2)
biplot(seiseki.ca)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment