BookmarkSubscribeRSS Feed
pradeepad
Calcite | Level 5

By default Proc Means outputs N, MIN, MEAN, MAX and STD in the output dataset. How do I add, NMISS, P1, P5 etc to this list?

Thanks!

1 REPLY 1
ballardw
Super User

Put the statistics on the output statement, actually you'll want to add the defaults as well.

output out=dataset name nmiss= p1= p5= /autoname ;

The autoname is so you don't have to think of output variable names for each variable/ statistic

if you want certain statistics only for some variables then request the statistic as nmiss(var1 var2) =.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register 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
  • 1369 views
  • 0 likes
  • 2 in conversation