Skip to content

Lab 05 #13

@sunaynagoel

Description

@sunaynagoel

Question #4 on Lab 05

Average Salary of Minority female, there are two ways I can calculate it. Not sure which one is accurate

  1. 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

  1. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions