Hello,
I am doinf a reseacrh aimed at investigating how and if decision making power is affected by gender. I have a dataset with 310 observations across 3 different sites. In order to investigate decision making respondenst have been asked to reply 4 questions about what have beed assumed to be aspects of decision making power which could be observed using likert scales.
Then I calculated the factor score on the latent factor "decision making" and ran an regression model using decision making as dependent variable and socio demgraphic variables as independent explanatory variables.
The independent variables are: Gender (male=0 female= 1), Income level (1=low, 2=medium, 3= high) , Age (numenrical), Years of experience (numerical) job- role (categorical), number of people in the household (categorical), civil status (categorical)
Command: regress DMACT gender age edu civ_status n_ho lev_inc role y_exp
The result is in the attachment below
Now I have tried to compute gender differences in prediction with interactions (e.g. gender*education, gender*years of experience) with the following outcome:
Command: regress DMACT gender age edu civ_status n_ho lev_inc role y_exp genderXed genderXY_exp
The result is in the second attachment below
After controlling for interactions the variables gender and years of experience are no longer significant and also the new interacting variables are no longer significative.
I wonder, Have I used the right command and if so how should I interpret the results?
If I have done something wrong could you please suggest how to amend the mistake?
Many thanks,
Elena
I am doinf a reseacrh aimed at investigating how and if decision making power is affected by gender. I have a dataset with 310 observations across 3 different sites. In order to investigate decision making respondenst have been asked to reply 4 questions about what have beed assumed to be aspects of decision making power which could be observed using likert scales.
Then I calculated the factor score on the latent factor "decision making" and ran an regression model using decision making as dependent variable and socio demgraphic variables as independent explanatory variables.
The independent variables are: Gender (male=0 female= 1), Income level (1=low, 2=medium, 3= high) , Age (numenrical), Years of experience (numerical) job- role (categorical), number of people in the household (categorical), civil status (categorical)
Command: regress DMACT gender age edu civ_status n_ho lev_inc role y_exp
The result is in the attachment below
Now I have tried to compute gender differences in prediction with interactions (e.g. gender*education, gender*years of experience) with the following outcome:
Command: regress DMACT gender age edu civ_status n_ho lev_inc role y_exp genderXed genderXY_exp
The result is in the second attachment below
After controlling for interactions the variables gender and years of experience are no longer significant and also the new interacting variables are no longer significative.
I wonder, Have I used the right command and if so how should I interpret the results?
If I have done something wrong could you please suggest how to amend the mistake?
Many thanks,
Elena
Comment