Description Usage Arguments See Also Examples
Default stats hardcoded into BaseSummary
, additional stats
can be passed to summarise
via ...
1 | BaseSummary(x, grp = character(0), ...)
|
x |
data.frame, hip cohort table |
grp |
x_chr, names of grouping columns |
... |
additional stats to compute |
ComplexSummary
1 2 3 4 | grp_lst <- list(character(0), "sex", "fx", c("sex", "dept"))
map(grp_lst, BaseSummary, x=hips::scalars)
map(grp_lst, BaseSummary, x=hips::scalars, bmi_mean = mean_(bmi))
BaseSummary(hips::scalars %>% filter(fx), grp = c("sex", "device_model"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.