GLMs and ANCOVAs
Learn about the significance of different GLMs and combine them with ANCOVA to perform model selection, reduction, and plots.
We'll cover the following
Calculating statistical significance with GLMs
Just as with linear models, we can use the Anova()
function in the car package to calculate the significant predictors in our model. We can use the anova()
function for this, but we highly recommend the capital “A” version of it:
Get hands-on with 1400+ tech skills courses.