Hi,
I was confused at how to first of all write out the interpretation of the logistic regression model. Then when looking at adding an interaction term, how to interpret this too.
My logistic regression looks at whether one invests (Y=1) or not (Y=0).
The explanatory variables included are gender (0=male, 1=female); income (categorical 1/2/3/4), finance module (0 = no finance module, 1 = finance module), year group (categorical 1/2/3/4/5) and freeschool meal (0= no, 1= obtained a freeschool meal)
Running the regression - i input this command:
logit invest1 i.finance1 i.year1 i.income1 i.freeschool1 i.gen1, robust
With these results:

I find that gender is not significant, and only taking a finance module is. My hypothesis is that gender affects the prob of investing. So I have run an interaction model to see whether less females take a finance module:
logit invest1 i.finance1 i.year1 i.income1 i.freeschool1 i.gen1 i.gen1#i.finance1 if (gen1==1), robust
Here are my results:

-------------------------------------------------------------------------------
Please could you help me understand how to interpret these results? I am very stuck trying to put this into words.
Thank you!
I was confused at how to first of all write out the interpretation of the logistic regression model. Then when looking at adding an interaction term, how to interpret this too.
My logistic regression looks at whether one invests (Y=1) or not (Y=0).
The explanatory variables included are gender (0=male, 1=female); income (categorical 1/2/3/4), finance module (0 = no finance module, 1 = finance module), year group (categorical 1/2/3/4/5) and freeschool meal (0= no, 1= obtained a freeschool meal)
Running the regression - i input this command:
logit invest1 i.finance1 i.year1 i.income1 i.freeschool1 i.gen1, robust
With these results:
I find that gender is not significant, and only taking a finance module is. My hypothesis is that gender affects the prob of investing. So I have run an interaction model to see whether less females take a finance module:
logit invest1 i.finance1 i.year1 i.income1 i.freeschool1 i.gen1 i.gen1#i.finance1 if (gen1==1), robust
Here are my results:
-------------------------------------------------------------------------------
Please could you help me understand how to interpret these results? I am very stuck trying to put this into words.
Thank you!
Comment