Linear and Multiple Regression Flashcards
What are regression’s used for?
To predict an outcome from a predictor variable.
What is the equation of a straight line?
y=mx+c
What does b0 represent?
The intercept
What does b1 represent?
The slope
What does the regression line aim to do?
Ensure the line of best fit produces the smallest amount of residuals.
What does the R^2 value tell us?
How good the model/regression is - the amount of variance explained by the model.
What does the F ratio tell us about a linear regressionn model?
If it is significant.
What does the F ratio tell us about a linear regression model?
If the regression predicts a significant amount of the variation.
How do you find the difference between the observed and predicted Y scores? (SS residual)
Predicted Y scores using the equation minus the actual Y scores, then square the values to stop them cancelling each other out.
∑(Y’− Y)^2
How do you find the total variance of Y scores in the data set? (SS Total)
Each data point minus the mean for all Y data points, added together.
∑(Y - M)2
What does the SS Residual tell us?
An estimate of the amount of variation that is NOT predicted by our regression
How do you work out the SS regression?
SS Total - SS Residual
What does the SS Regression tell us?
An estimate of the amount of variance explained by the regression of the model.
What affects the estimate of the SS regression?
Sample size and the amount of total variation in the sample.
How do you work out the R^2 value using SS values?
SS regression divided by the SS total