We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e904d commit 7523f6bCopy full SHA for 7523f6b
proc_means_basic.sas
@@ -30,7 +30,7 @@ run;
30
*First done here:https://communities.sas.com/t5/General-SAS-Programming/Getting-creating-new-summary-variables-longitudinal-data/m-p/347940/highlight/false#M44842;
31
*Another way to present data is as follows;
32
33
-proc means data=have stackods nway;
+proc means data=have stackods nway n min max mean median std p5 p95;
34
by id;
35
var feature1-feature3;
36
ods output summary=want2;
0 commit comments