Hi everybody,
I am running the model below:
Profits = a + b.Woman + c.Corruption + d.(Woman*Corruption) + ... + Error
Woman: Dummy variable=1 for women
Corruption: Continuous variable
When I ran the model (code below), both b and c are negative (as expected) but d is positive and significant. How can d be interpreted?
Thank you in advance.
Best regards,
Amira
I am running the model below:
Profits = a + b.Woman + c.Corruption + d.(Woman*Corruption) + ... + Error
Woman: Dummy variable=1 for women
Corruption: Continuous variable
When I ran the model (code below), both b and c are negative (as expected) but d is positive and significant. How can d be interpreted?
Code:
reg profits c.corruption##i.female_manager i.subsector i.size_firm i.country_dummy i.year_dummy, vce(cluster id)
Best regards,
Amira
Comment