Show statistics for all the columns of a data frame group by group_var and stratify by strata
1 2 3 4 5 6 7 8 9 | show_stats_by_group_strata(
df,
group_var,
strata,
digits = 3,
use_percent = F,
max_levels = 6,
dropna = F
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.