tidy_feols_single: feols output summarize

View source: R/tidy_feols_single.R

tidy_feols_singleR Documentation

feols output summarize

Description

feols output summarize

Usage

tidy_feols_single(
  model,
  add_glance = T,
  add_dv_stats = T,
  add_conf_90 = T,
  add_first_rhs_stats = T
)

Arguments

model

feols model

add_glance

if T, glance output will be added to each line (note that not all default glance output will be returned)

add_dv_stats

if T, DV mean, sd, min, max will be added to each line

add_conf_90

if T, 90% CIs will be added (note that I use normal and not t distribution)

add_first_rhs_stats

if T, firsth RHS variable mean, sd, min, max will be added to each line. if the first RHS variable is always one, stats for the second RHS variable will be added instead.


hhilbig/haschaR documentation built on Dec. 26, 2024, 5:40 a.m.