Skip to content

Commit 7523f6b

Browse files
authored
Update proc_means_basic.sas
1 parent 26e904d commit 7523f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc_means_basic.sas

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ run;
3030
*First done here:https://communities.sas.com/t5/General-SAS-Programming/Getting-creating-new-summary-variables-longitudinal-data/m-p/347940/highlight/false#M44842;
3131
*Another way to present data is as follows;
3232

33-
proc means data=have stackods nway;
33+
proc means data=have stackods nway n min max mean median std p5 p95;
3434
by id;
3535
var feature1-feature3;
3636
ods output summary=want2;

0 commit comments

Comments
 (0)