tidy_felm | R Documentation |
Felm output summarize
tidy_felm(model, add_glance = T, add_dv_stats = T, add_conf_90 = T)
model |
felm 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 the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.