Regression and Correlation Flashcards
(11 cards)
Q: What is the main purpose of correlation analysis?
A: To measure the strength and direction of the relationship between two variables.
Q: When should you use regression analysis instead of correlation?
A: When you want to predict or explain the value of a dependent variable using one or more independent variables.
Q: What type of variables do correlation and regression use?
A: Both require continuous (scale) variables — though regression can also include dummy-coded categorical predictors.
Q: What does Pearson’s r tell you in a correlation analysis?
A: The strength (0 to ±1) and direction (positive/negative) of the linear relationship between two variables.
Q: What are the key outputs in a linear regression?
A: The regression equation, Beta coefficients, R² (explained variance), and p-values for significance.
Q: How do you run a correlation in SPSS?
A: Go to Analyze > Correlate > Bivariate, select two variables, and look at Pearson’s r and Sig. (2-tailed).
Q: How do you run a linear regression in SPSS?
A: Go to Analyze > Regression > Linear, put your dependent variable in “Dependent”, and predictors in “Independent(s)”.
Q: What does R² mean in regression analysis?
A: It shows the percentage of variance in the dependent variable that is explained by the predictors.