A function for calculating the pseudo R^2 of a glm object
Examples
gmod <- glm(Sepal.Length ~ Petal.Length + Species, data = iris)
glm_pseudor2(gmod)
#> [1] 0.8367238
A function for calculating the pseudo R^2 of a glm object
gmod <- glm(Sepal.Length ~ Petal.Length + Species, data = iris)
glm_pseudor2(gmod)
#> [1] 0.8367238