num_medianiqr {tangram.pipe} | R Documentation |
Median/IQR summary for a Numeric Row
Description
Summarizes a numeric row using the median and interquartile range.
Usage
num_medianiqr(dt, ...)
Arguments
dt |
the name of the dataframe object. |
... |
Additional arguments supplied within the package row functions. |
Details
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.
Value
A dataframe with summary statistics for a numeric variable.
See Also
Additional prewritten summary functions for numeric data: num_default, num_mean_sd, num_minmax, num_date
[Package tangram.pipe version 1.1.2 Index]