Last chance! 50% off unlimited learning
Sale ends in
datasummary statistic shortcut
P25(x, fmt = NULL, na.rm = TRUE, ...)
variable to summarize
passed to the modelsummary:::rounding
function
a logical value indicating whether ‘NA’ values should be stripped before the computation proceeds.
unused
if (identical(Sys.getenv("pkgdown"), "true")) {
datasummary(mpg + hp ~ Mean + Median + P0 + P25 + P50 + P75 + P100 +
Min + Max + SD + Var,
data = mtcars)
}
Run the code above in your browser using DataLab