datasummary statistic shortcut
Arguments
- x
variable to summarize
- fmt
passed to the
modelsummary:::rounding
function- na.rm
a logical value indicating whether ‘NA’ values should be stripped before the computation proceeds.
- ...
unused
Examples
if (FALSE) {
datasummary(mpg + hp ~ Mean + Median + P0 + P25 + P50 + P75 + P100 +
Min + Max + SD + Var,
data = mtcars)
}