Hello,
In my dataset I have 3 groups (1, 2, 3) and 20 continous variables (A, B, C, etc. ) for each of the groups. I'd like to make a table that displays e.g. the mean value (and sd) for each of the variables, in each of the groups. The tabstat function gives me the statistics by group, but the groups are organized as rows, which makes the table very wide (and divided when it gets very wide). Is there a way to make tabstat work the opposite way, e.g. so that the groups are organized as rows, and the variables as rows? Or another way to make a table like the one below?
Variables Gr.1 Gr.2 Gr. 3
A mean (sd) of A mean, (sd) of A mean, (sd) of A
B mean, (sd( of B etc.
C
etc
Thanks,
Ingrid