summarise_glm: Extract summary stats from glm() when doing logistic...

View source: R/extract_stats.R

summarise_glmR Documentation

Extract summary stats from glm() when doing logistic regression

Description

Extract summary stats from glm() when doing logistic regression

Usage

summarise_glm(fit, outcome, exposure)

Arguments

fit

regression output from glm() function

outcome

the outcome variable

exposure

the exposure variable

Value

data.frame containing outcomes, estimate, se, p and CIs, residuals and the input


thomasbattram/usefunc documentation built on April 24, 2023, 1:46 p.m.