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)
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
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!