In this video we explore logistic regression. Using R to create a logistic regression model to predict a binary variable. Then using the predictions from the model we predict the accuracy of the model.
Did a new version of this video that splits the data into training and testing datasets:
• Logistic Regression in R Creating m...
Dataset:
https://www.kaggle.com/datasets/johnn...
Code:
https://github.com/simpledevdevin/you...