Multiple Linear Regression Analysis of Churn Dataset
Original Dataset:
(https://github.com/shmcleod/multiple_regression/files/13622992/churn_clean.csv)
Telecommunications company is interested in retaining a high number profitable customers and keeping their churn rates low. They wish for their key metrics to be analyzed and explored to identify trends and compare key metrics.
Modified Dataset after cleaning:
(https://github.com/shmcleod/multiple_regression/files/13623099/modified_dataset.csv)
R Coding associated with the Multiple Regression:
(https://github.com/shmcleod/multiple_linear_regression/blob/main/r-code)