P100 {modelsummary} | R Documentation |
datasummary statistic shortcut
Description
datasummary statistic shortcut
Usage
P100(x, fmt = NULL, na.rm = TRUE, ...)
Arguments
x |
variable to summarize |
fmt |
passed to the |
na.rm |
a logical value indicating whether ‘NA’ values should be stripped before the computation proceeds. |
... |
unused |
Examples
if (identical(Sys.getenv("pkgdown"), "true")) {
datasummary(mpg + hp ~ Mean + Median + P0 + P25 + P50 + P75 + P100 +
Min + Max + SD + Var,
data = mtcars)
}
[Package modelsummary version 2.4.0 Index]