sumtab_se: A styled summary table for one outcome by another grouping...

View source: R/sumtab_se.R

sumtab_seR Documentation

A styled summary table for one outcome by another grouping variable. A lovely set of statistics. Now eith se

Description

A styled summary table for one outcome by another grouping variable. A lovely set of statistics. Now eith se

Usage

sumtab_se(df, depvar, treatvar, caption = "", digits = 3, label = TRUE)

Details

uses kable and kable_styling

Examples

 sumtab_se(movies_long, budget, genre)
 airquality %>% mutate(ifelse(Ozonesumtab(airquality, Ozone, Month)

rethinkpriorities/rp-r-package documentation built on Jan. 7, 2023, 10:11 p.m.