View source: R/binary_default.R
| binary_default | R Documentation |
Summarizes a binary row using counts and column proportions.
binary_default(dt, ...)
dt |
the name of the dataframe object. |
... |
Additional arguments supplied within the package row functions. |
This is an internal function of tangram.pipe. Additional arguments
should be supplied for this function to work properly.
reference : the name of the row category to use as the reference. Default will use alphabetical first category
ref.label : choice of whether you want the reference label to be in the table. Default is on and includes reference label; off switches it off.
rowlabel : the label for the table row name, if different from row_var.
compact : if TRUE, data displayed in one row.
missing : if TRUE, missing data is considered; FALSE only uses complete cases.
digits : significant digits to use.
A dataframe with summary statistics for a binary variable.
Additional prewritten summary functions for binary data: binary_pct, binary_count, binary_jama
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.