Description
In this coures, you will learn :
- How generalised linear models extend other models in your data science toolbox.
- runs a logistic regression and examines the model outputs
- how to interpret GLM coefficients and plot GLMs with ggplot2
- Learn how to use GLMs for multiple regression in R.
Syllabus :
- GLMs, an extension of your regression toolbox
- Logistic Regression
- Interpreting and visualizing GLMs
- Multiple regression with GLMs