Frage im Vorstellungsgespräch bei Target

What is the difference between PROC MEANS and Mean function?

Antwort im Vorstellungsgespräch

Anonym

22. Sept. 2011

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.

2