Hello
I want to add also calculation of Mean and stdv,
what is the way to do it please?
proc univariate data =sashelp.cars(where=(Type='Sedan')) noprint; var Invoice; output out=outdata PCTLPTS = 0 to 5 by 1 , 10 to 90 by 10, 95 to 100 by 1 PCTLPRE = P; run;
output out=outdata mean=mean_invoice PCTLPTS = 0 to 5 by 1 , 10 to 90 by 10, 95 to 100 by 1 PCTLPRE = P;
I have left outputting the standard deviation to you as a homework assignment. (Documentation)
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.
Browse our catalog!