Hi all,
I have a survey data with y is continuous variable, x1: binary variable, x2...x5 are either continuous or categorical variables. I used linear regression with the following code:
svy: regress y x1 x2 x3 x4 x5
I have a result with coefficient for each independent variable. For the main binary independent variable x1, the coefficient shows the mean difference between 2 groups. However, my advisor wants to report mean ratio instead of mean difference but I don't know how. Could you please help me?
Thanks.
I have a survey data with y is continuous variable, x1: binary variable, x2...x5 are either continuous or categorical variables. I used linear regression with the following code:
svy: regress y x1 x2 x3 x4 x5
I have a result with coefficient for each independent variable. For the main binary independent variable x1, the coefficient shows the mean difference between 2 groups. However, my advisor wants to report mean ratio instead of mean difference but I don't know how. Could you please help me?
Thanks.
Comment