MR Chapter 1 Flashcards
Simple (Bivariate) Linear Regression first things to check
One influence (IV) and one outcome (DV)
- LOOK AT THE VALUES (do any of them seem too high?)
- Look at the mean (is it plausible?)
- Check descriptives for the national average (e.g. National Math Ach Test)
- Check the shape of the data
The Regression Analysis - second things to check
We regress the outcome on the influence or influences
1. The correlation between the two variables (zero-order correlation)
Zero-order correlation
The correlation between the two variables - distinguishes it from first-, second-, or multiple-order partial correlations
What is in the Model Summary part of the SPSS output?
- lists the R, which is normally used to designate the multiple correlation coefficient, but with one predictor, is the same as Pearson’s correlation
- Lists R squared, which denotes the variance explained in the outcome variable by the predictor variables
- As you run this regression, you’ll get extra stats like R2 adjusted, but ignore this for now
What is R?
used to designate the multiple correlation coefficient, but with one predictor, is the same as Pearson’s correlation
R squared
denotes the variance explained in the outcome variable by the predictor variables
How do we know if the regression, that is, the R and R2, is statistically significant?
-Because it’s simple regression, run correlations into SPSS and that has a sig box.
- Increasingly, we use the ANOVA F test to test the significance of the regression equation.
SSregression/df regression
F= ______________________
ss residual/df residual
What is Sum of Squares Regression?
a measure of the variation in the DV that is explained by the IV(s)
What is Sum of squares residual?
the variance unexplained by the regression
How do you work out DF for regression?
Equal to the number of IVs (k)
How do you work out DF Error/residual?
Equal to the sample size minus the number of IVs in the equation minus 1 (N-k-1)
What does significance of the regression mean?
If F = 11.179 - What is the probability of obtaining a value of F as large as 11.179, if these variables were in fact unrelated in the population?
According to the table (column labelled sig) such an occurance would happen only 1 time in 1000 (p=.001); so these are indeed related.
How do you work out R sqaured?
SS regression 1291.231
R2 = ———————— = ——————– = .102
SS total 12610.190
Homework explains .102 of the variance or 10.2 % of the variance in Math achievement.
R2 can vary between 0 and 1.
What is The Regression Equation?
Y = a +bX + e
= a person’s score on the DV (Math Achievement) is a combination of a constant (a), plus a coefficient (b) times his or her value on the IV (Math HW), plus error
Where do you find variables a and b for the regression equation in the SPSS output?
Variables A and B are shown in the second column “unstandardized coefficients B” on the “Coefficientsa” bit
What is A?
A is the constant, or the intercept: the predicted score on the DV for someone with a score of zero on the IV.