mod.summary | R Documentation |
Summary table of glm model
mod.summary(model)
model |
glm model |
function return summary table of logistic regression
data(dt.logit) mod <- glm(Overflow~., data = dt.logit, family = binomial("logit")) mod.summary(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.