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.651999 49 MIN 1 . 2.651999 49 MAX 1 . 2.651999 49 MEAN 1 . 2.651999 49 STD 0 . 2.652000 81 N 81 0 4.222000 81 MIN 1 . 4.222000 81 MAX 1 . 4.222000 81 MEAN 1 . 4.22
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.651999 49 MIN 1 . 2.651999 49 MAX 1 . 2.651999 49 MEAN 1 . 2.651999 49 STD 0 . 2.652000 81 N 81 0 4.222000 81 MIN 1 . 4.222000 81 MAX 1 . 4.222000 81 MEAN 1 . 4.22
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.
Ready to level-up your skills? Choose your own adventure.
Browse our catalog!