R !!!相関係数の検定 cor.test(x, y) *何も指定しないと、ピアソンの相関係数 *順位相関は method = "spearman" をオプションで指定 cor.test(x, y, method = "spearman")