Quiz 2 Flashcards
Y increases as X increases by?
Slope B
Simple linear regression model in words
response = predictor + error
What is a signal
Predictor
What is noise
Error
Formal statistical model:
response = intercept(p) + slope(p) + error “Where p = predictor variable)
Descripe linear model when pages is the response variable and words is the predictor
pages = words + error or pages = wordsp + wordsp1 + error
Multiple linear regression model
response = predictor 1 + predictor 2 + error
Simple linear regression is:
Linear regression with one continuous response variable Y and ONE continuous predictor variable X
Multiple linear regression is:
Linear regression with one continuous response variable Y, and MORE THAN ONE continuous predictor.
What are the basic assumptions of linear regression
Linear, normally distributed residual with homogeneous variances
How does B1 quantify different things between simple and multiple regression
The effects of X1 on Y controlls for effect of X2. Isolates the influence of x1 independent of x2 by estimating b1 holding x2 constant.
Does not allow X2 to interfere when assessing the effect of X1
Explain what B1 is in multiple regression model
For every additional X1 (predictor), the number of Y (response) increases by b1, holding the number of X2 constant.
Main difference between b1 in linear regression and multiple regression
b1 in linear is regression slope while in regression b1 and b2 are partial regression slopes
What is the 2nd complication in multiple linear regression?
Multiple predictors can interact in their effect on the response variable.
What is the regression model for interaction? Multiplicative model
response = b1 + b2 + (b3xb2) + error