Regression Analysis
In this unit:
- Explain the concept of Regression.
- Interpret model fit, statistical significance, and coefficient interpretation.
- Create scatter plots for model building.
- Illustrate generalised linear regression model in R.

R and RStudio Data Activities
Using the Health_Data, please perform the following functions in R:
- Perform simple linear regression analysis to find the population regression equation to predict the diastolic BP by systolic BP.
- Interpret the findings of regression analysis at 5% level of significance.