What is the difference between PROC MEANS and Mean function?
Anoniem
Apart from providing descriptive statistic beyond just mean, It calculates mean over observations where as mean function calculate mean over column(variables as argument). eg: If we have variable basic and other function - mean(basic,other) - will give mean for each observation Where as proc means will means of basic for all obs and mean of other for all obs.