model_plot: Plot a model

Description Usage Arguments Examples

Description

Plot a model

Usage

1
model_plot(model)

Arguments

model

A glm logistic model

Examples

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

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

model_plot(model)

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