BookmarkSubscribeRSS Feed
henryjing
Calcite | Level 5

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.

1 REPLY 1
RahulG
Barite | Level 11

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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is ANOVA?

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.

Discussion stats
  • 1 reply
  • 1993 views
  • 0 likes
  • 2 in conversation