Description Usage Arguments Details Author(s) Examples
Produce summary description table of a dataframe with the following features: variable names, labels, factor levels, frequencies or summary statistics.
1 2 3 4 |
.data |
a data frame. |
style |
the style to be used in pander table, one of “multiline”, “grid”, “simple”, and “rmarkdown”. |
justify |
pander argument; defaults is justified to “left”. |
max.number |
an integer for the maximum number of items to be displayed in the frequency cell. If variable has more distinct values, no frequency will be shown (only a message stating the number of distinct values). |
trim.strings |
remove white spaces at the beginning or end of the string. This may impact the frequencies, so interpret the frequencies cell accordingly. Defaults to |
max.width |
Limits the number of characters to display in the frequency tables. Defaults to |
digits |
the number of digits for rounding. |
split.cells |
pander argument. Number of characters allowed on a line before splitting the cell. Defaults to 35. |
display.labels |
If |
display.attributes |
If |
file |
the text file to be written to disk. Defaults to |
append |
When “file” argument is supplied, this indicates whether to append output to existing file ( |
escape.pipe |
Only useful when |
... |
additional arguments passed to pander. |
The IQR formula used is the R standard IQR(x) = quantile(x, 3/4) - quantile(x, 1/4)
. The (CV) stands for the
coefficient of variation also known as relative standard deviation (RSD),
defined as the ratio of the standard deviation
to the mean.
Daniel Marcelino, dmarcelino@live.com
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.