View source: R/sumstat_master.R
Helper function to construct summary statistics
1 2 3 4 5 6 | sumstat_master(
regs,
sumstat_include = c("nobs", "adj.r.squared", "Ymean"),
sumstat_format,
cluster_names
)
|
regs |
stored regression output in a list |
sumstat_include |
vector of summary statistics to include |
sumstat_format |
tibble from the lookup with summary stats and proper names |
cluster_names |
named vector of cluster SE variables |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.