-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Question #4 on Lab 05
Average Salary of Minority female, there are two ways I can calculate it. Not sure which one is accurate
- Mean salary of minority women = a0+ a1 (female)+ a2(minority)+ a3 (female*minority)
When I use dummy variable in this equation, the last part with a3 becomes confusing because both female and minority end up having significant value of 1.
or should I use this solution
- Mean salary of minority women = a0+ a1 (female)+ a2(minority)+ a3 (female*minority)
since a3 is significant
the slope in this case would be a0+a3
The answer is very different in both cases. Logically second one make sense to me because I feel like in first one I double counting some numbers.
Am I reading too much in this?
Reactions are currently unavailable