Review of Regression
By the end of this module, you will be able to
You can view and download the slides here: HTML PDF
Check your learning: In the example in the video, why do we need a random component?
Check your learning: What is the coding for the sex
variable?
Take a pause and look at the scatterplot matrix. Ask yourself the following:
salary
look?Check your learning: How would you translate the regression line \(y = \beta_0 + \beta_1 \text{predictor1}\) into R?
Check your learning: The mean of the pub
variable is
18.2. If we call the mean-centered version of it as pub_c
,
what should be the value of pub_c
for someone with 10
publications?
Check your learning: In a regression analysis, assume that there is a binary predictor that indicates whether a school is public (coded as 0) or private (coded as 1). If the coefficient for that predictor is 1.5, which category has a higher predicted score?
Think more: the coefficient of pub_c
becomes smaller
after adding time
into the equation. Why do you think that
is the case?
Pratice yourself: from the interaction model obtain the regression
line when pub
= 50.