View source: R/tidy_feols_single.R
tidy_feols_single | R Documentation |
feols output summarize
tidy_feols_single(
model,
add_glance = T,
add_dv_stats = T,
add_conf_90 = T,
add_first_rhs_stats = T
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.