Hi everyone,
I am using the svrmean command to calculate the mean of variable by race and
gender. I then want to see if difference in mean between males and females
among whites is significantly different from the gender difference in other
races. I gather that fro this I need to use the svrest and svresttest
commands. However, I do not know how to access the mean values after the
estimation command and do the test. This is what I am doing (0 and 1 stand
for males and females respectively):
. svrest "svrmean usc, by (smallrace pcpreq)"
"[white]0-[white]1-[latino]0+[latino]1"
error when command executed on original dataset
invalid syntax
r(101);
Please help.
Thanks.
Arpita
Greetings,