glm_pseudor2 | R Documentation |
A function for calculating the pseudo R^2 of a glm object
glm_pseudor2(mod)
mod |
The model for which to calculate the pseudo R^2 |
The pseudo R^2 value of the model
gmod <- glm(Sepal.Length ~ Petal.Length + Species, data = iris)
glm_pseudor2(gmod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.