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 Nov. 13, 2023, 7:53 p.m.