logisticregsummary | R Documentation |
Alternative to summary.glm
to summarize a regression from glm
.
Prints a table similar to the one generated by SAS and Minitab.
logisticregsummary(glmobject, odds_ratio = T, param = T, conf_intervals = F)
glmobject |
a fitted regression model from |
odds_ratio |
|
param |
|
conf_intervals |
|
list with two tables: param, odds_ratio
library(regkurs) glmfit <- glm(survived ~ age + sex + firstclass, data = titanic, family = binomial) logisticregsummary(glmfit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.