mat_tidy_glance: Tidy and glance together

mat_tidy_glanceR Documentation

Tidy and glance together

Description

Tidy and glance together

Usage

mat_tidy_glance(reg, wide = TRUE)

Arguments

reg

regression object

wide

Do wide (removing pval, se, etc...)

Examples


reg <- lm(freeny)
mat_tidy_glance(reg)
mat_tidy_glance(reg, wide=FALSE)

MatthieuStigler/matPkg documentation built on Jan. 29, 2025, 8:58 a.m.