BookmarkSubscribeRSS Feed
RajashreeP
Calcite | Level 5

Hi, I want the same output Only with N statistics, But not the MIN,MAX,MEAN,STD. Please help thanks


 

 YEAR REC STAT x1 x2

1999 49 N 49 0 2.65
1999 49 MIN 1 . 2.65
1999 49 MAX 1 . 2.65
1999 49 MEAN 1 . 2.65
1999 49 STD 0 . 2.65
2000 81 N 81 0 4.22
2000 81 MIN 1 . 4.22
2000 81 MAX 1 . 4.22
2000 81 MEAN 1 . 4.22 

1 REPLY 1
Reeza
Super User

See my example here:

https://github.com/statgeek/SAS-Tutorials/blob/master/proc_means_basic.sas

 

You can control the statistics desired in the PROC MEANS statement. 

Note the use of the STACKODS and NWAY options.

 


@RajashreeP wrote:

Hi, I want the same output Only with N statistics, But not the MIN,MAX,MEAN,STD. Please help thanks


 

 YEAR REC STAT x1 x2

1999 49 N 49 0 2.65
1999 49 MIN 1 . 2.65
1999 49 MAX 1 . 2.65
1999 49 MEAN 1 . 2.65
1999 49 STD 0 . 2.65
2000 81 N 81 0 4.22
2000 81 MIN 1 . 4.22
2000 81 MAX 1 . 4.22
2000 81 MEAN 1 . 4.22 


 

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 Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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