Pergunta de entrevista da empresa Target

What is the difference between PROC MEANS and Mean function?

Resposta da entrevista

Sigiloso

22 de set. de 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