I need to calculate Spearman correlation coefficients for a large number of
variables and get them in a single matrix . In Stata 9 this is implemented
easily, typing the command spearman varlist. In Stata 8 the command
spearman handles two variables only, if I am not wrong. Is there any way to
do this in Stata 8?