num_diff | R Documentation |
Default comparison function for numeric data.
num_diff(dt, num_col, row_var, digits)
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. |
A dataframe calculating the difference in means between column pairs, as well as an overall one-way ANOVA across all groups.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.