Simple Linear Regressions L6 Flashcards
Which variable is the predictor, and which variable is the criterion?
X is the predictor and is the independent variable
Y is the criterion and the dependent variable
What are the main assumptions of simple linear regressions?
- The relationship between X and Y should be linear
- Y should be measured on a interval or ratio scale, X can be measured on any scale
- for every value of X, the distribution of Y scores should approximately form a normal distribution and follow homoscedasticity assumption
What is the equation for regression (what is the better variant?)
Y = a+bx + e
Where a is the intercept
B is the regression coefficient (slope)
E is error
What is residual?
Residual or error, is the difference between the predicted and obtained Y for a given X.
In regards to regressions, what do the null and alternative hypothesis cause b to equal?
In nul, b=0 where knowing X cannot help us significantly predict Y
In alternative b#0 so knowing X can help us significantly predict Y
How in terms of regressions, is Tobt calculated?
B is divided by its standard error
b/SE of b
Discuss significance testing in regards to regressions?
Tobt > tcrit means b is statistically significant (we reject our Ho)
Tobt < Tcrit means b is not statistically significant (we accept the Ho)
What is the equation for degrees of freedom in regards to t-obtained and t-critical (simple linear regressions)
Df = n-2