Modeling Relationships: Numerical & Categorical Responses
By the end of today, you can:
Job Interest Height Weight Sex
1 Not Working No Interest 70.5 188 male
2 Not Working Somewhat Interested 64.8 127 female
JobInterestHeight Gender Job Interest GradePredict Height MathAnxious Thumb
1 male Not Working No Interest 3.3 70.5 Agree 66
2 female Not Working Somewhat Interested 3.7 64.8 Agree 64
What type are the variables, and which is Response?
What association do you expect?
Intrests ~ JobHeight ~ GenderGradePredict ~ HeightMathAnxious ~ YearHeight ~ ThumbGradePredict ~ JobChance Model: Variability is only by Chance \[GradePredict = \text{Other Stuff} (Unexplained)\]
One Explanatory: Gender explains some variability \[GradePredict = Gender + \text{Other Stuff}\]
Two Explanatory: Both Gender and Interest explain some variability \[GradePredict = Gender + Interest + \text{Other Stuff}\]
CourseKata Ch. 4