Hello Statalists,
I've been working with survey data and performed the following command:
svy: mean var1 var2 var3, over(group)
I get an output which displays the mean, std.dev the confidence interval. However, I would like to display only the mean value in a table output form but can't seem to figure out how this is possible.
I tried the display r(mean) but that doesn't work, nor does display e(mean)
Would appreciate your input!
Thank you in advance
I've been working with survey data and performed the following command:
svy: mean var1 var2 var3, over(group)
I get an output which displays the mean, std.dev the confidence interval. However, I would like to display only the mean value in a table output form but can't seem to figure out how this is possible.
I tried the display r(mean) but that doesn't work, nor does display e(mean)
Would appreciate your input!
Thank you in advance

Comment