Pregunta de entrevista de Target

What is the difference between PROC MEANS and Mean function?

Respuesta de la entrevista

Anónimo

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