SPEARMAN and KENDALL request correlation statistics. COV calculates
the covariance matrix and invokes PEARSON. NOSIMPLE suppresses descriptive
statistics. OUT= creates the FITCORR data set that contains Pearson correlation
statistics.
proc corr data=fitness spearman kendall cov nosimple
outp=fitcorr;