9. Simple Linear Regression: Practical 9
Prediction
Use the
What quality of life would you predict if you knew the unemployment percentage in a neighbourhood was #3.2#? And if it was #5.4\%# or #6.3\%#? Give your answers in one decimal.wish_to_move=77.995−7.083⋅quality_of_life
lm() function to fit the linear model which describes quality_of_life as a function of unemployment_p. What quality of life would you predict if you knew the unemployment percentage in a neighbourhood was #3.2#? And if it was #5.4\%# or #6.3\%#? Give your answers in one decimal.wish_to_move=77.995−7.083⋅quality_of_life
| The predicted quality of life in a neighbourhood with an unemployment percentage of #3.2\%# is |
| The predicted quality of life in a neighbourhood with an unemployment percentage of #5.4\%# is |
| The predicted quality of life in a neighbourhood with an unemployment percentage of #6.3\%# is |
Unlock full access