model_summary: Get a summary of the logistic glm model considering reference...

Description Usage Arguments Examples

View source: R/model.R

Description

Get a summary of the logistic glm model considering reference levels

Usage

1

Arguments

model

A glm logistic model

Examples

1
2
3
4
5
6
7
8
data("german_credit")

model <- glm(
  good_bad ~ purpose + present_employment_since + credit_history,
  data = german_credit, family = binomial
  )

model_summary(model)

jbkunst/irks documentation built on May 22, 2021, 2:09 p.m.