nice_descriptives.Rd
Table with descriptive statistics
nice_descriptives(
data,
round = NULL,
auto_labels = FALSE,
title = "Descriptive statistics",
footnote = NULL,
file = NULL,
...
)
A data frame with descriptive statistics
nice_descriptives(mtcars)
Table
Descriptive statistics
Variable
Valid
Missing
Mean
SD
Min
Max
Range
Median
MAD
Note. MAD is the median average deviation with a consistency adjustment.
nice_descriptives(wmisc:::mtcars_labeled, auto_labels = TRUE, round = 2)
Table
Descriptive statistics
Variable
Valid
Missing
Mean
SD
Min
Max
Range
Median
MAD
Note. MAD is the median average deviation with a consistency adjustment.