freebird2008
04-03-2009, 11:53 AM
If I had a variable that I wanted to test simultaneously with several other variables, how would I do that?
|
View Full Version : Correlation with several variables freebird2008 04-03-2009, 11:53 AM If I had a variable that I wanted to test simultaneously with several other variables, how would I do that? vinux 04-04-2009, 09:05 AM use PROC CORR and give multiple variable in the var statement. it will give both correlation and p vlaue. |