- data
data set to be used.
- variables
variables that should be included in the table.
For details see summarize
.
- variable.labels, labels
labels for the variables.
For details see summarize
.
- group
character specifying a grouping factor.
For details see summarize
.
- test
logical or charachter specifying test for group differences.
For details see summarize
.
- colnames
a vector of character strings of appropriate length.
For details see summarize
.
- digits
number of digits to round to. Per default all values are rounded to
two digits.
- digits.pval
number of significant digits used for p-values.
- smallest.pval
determines the smallest p-value to be printed exactly.
For details see summarize
.
- sep
logical (default: TRUE
if grouping specified, FALSE
otherwise).
Determines whether separators (lines) should be added after
each variable.
- sanitize
logical (default: TRUE
) or a sanitizing function.
For details see summarize
.
- drop
logical (default: TRUE
). Determines whether variables, which contain
only missing values are dropped from the table.
- show.NAs
logical. Determines if the number of missings (NAs) is displayed as
a separate column. Per default, show.NAs
is TRUE
if
there are any missings in the variables to be displayed (and
FALSE
if not).
- count
(logical) indicator if number of complete cases ("n") should be
included in the table (default: TRUE
).
- mean_sd
(logical) indicator if mean and standard deviation should be
included in the table (default: TRUE
).
- quantiles
(logical) indicator if quantiles (including min and max) should be
included in the table (default: TRUE
).
- incl_outliers
Per default we use fivenum
to compute the quantiles
(if quantiles = TRUE
). If extreme values should be excluded
from min/max in the table, boxplot( , plot = FALSE)$stats
is
used instead.
- ...
additional arguments. Currently not used.