Lecture 8C: Simple Linear Regression Flashcards
What is the main objective of simple linear regression analysis?
To predict the value of one variable (dependent) from another variable (independent) and determine if the prediction is statistically significant.
What are the two variables involved in simple linear regression?
- Independent variable (predictor): X (usually continuous data)
- Dependent variable: Y (must be continuous data)
In simple linear regression, what does the regression line allow you to do?
Predict Y from knowing the value of X.
What is the regression equation for simple linear regression?
Y = bX + c
What does ‘c’ represent in the regression equation Y = bX + c?
c = y-intercept (the value of Y when X=0)
What does ‘b’ represent in the regression equation Y = bX + c?
b = slope of the line (unstandardized regression coefficient)
What is the significance of R² in regression analysis?
R² indicates how much variance in Y can be predicted by the variance in X.
To what extent can X predict Y?
What does an R² value of 0.123 imply in a regression model?
12.3% of variance in the dependent variable can be explained by the independent variable.
What does the Adjusted R² account for in regression analysis?
Adjusted R² adjusts R² to remove bias, especially when the ratio of the number of predictors to sample size increases
What does the ANOVA test determine in the context of regression analysis?
Whether the regression model is a significant prediction model.
What does the term ‘coefficients’ refer to in regression analysis?
Coefficients indicate the relationship between the independent variable and the dependent variable.
What does it mean if quads strength accounts for only 10.8% of the variance in 6MW distance?
89.2% of the variance remains unexplained by this model.
Fill in the blank: Simple linear regression involves _______ predictor.
1
True or False: Correlation is perfect in almost all cases.
False
What is the purpose of running descriptive statistics before inferential statistics?
To check criteria and understand the basic characteristics of the data.