View source: R/num_medianiqr.R
num_medianiqr | R Documentation |
Summarizes a numeric row using the median and interquartile range.
num_medianiqr(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.
rowlabel
: the label for the table row name, if different from row_var.
missing
: if TRUE, missing data is considered; FALSE only uses complete cases.
digits
: significant digits to use.
A dataframe with summary statistics for a numeric variable.
Additional prewritten summary functions for numeric data: num_default, num_mean_sd, num_minmax, num_date
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.