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

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
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
  • 2581 views
  • 0 likes
  • 2 in conversation