pseudo | R Documentation |
Pseudo R-square Values for Binomial Logistic Regression
pseudo(model = NULL)
model |
name of model |
Pseudo R-square Values for Logistic Regression
mymodel<-glm(dv~iv1+iv2+iv3+iv4, testlog,family = binomial()) pseudo(model=mymodel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.