powered by
datasummary statistic shortcut
Max(x, fmt = NULL, na.rm = TRUE, ...)
variable to summarize
passed to the modelsummary:::rounding function
modelsummary:::rounding
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