num_diff {tangram.pipe} | R Documentation |
Numeric Difference in Means
Description
Default comparison function for numeric data.
Usage
num_diff(dt, num_col, row_var, digits)
Arguments
dt |
the name of the dataframe object. |
num_col |
the number of categorical columns in the data. |
row_var |
the name of the row variable in the data. |
digits |
significant digits to use. |
Value
A dataframe calculating the difference in means between column pairs, as well as an overall one-way ANOVA across all groups.
[Package tangram.pipe version 1.1.2 Index]