I saw following statment of PROC MEANS:
proc means data=train no print nway;class EDUCATION;var default;output out=edu_level mean=prop;run;
I wonder what does the "mean=prop" statement mean here in PROC MEANS? (I tried to google, but didn't find any information on that)
Thanks.
Mean=prop. Here prop is variable name where mean value would be stored.
For details refer to
http://www2.sas.com/proceedings/sugi27/p018-27.pdf
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.