Learn R Programming

tangram.pipe (version 1.1.2)

num_diff: Numeric Difference in Means

Description

Default comparison function for numeric data.

Usage

num_diff(dt, num_col, row_var, digits)

Value

A dataframe calculating the difference in means between column pairs, as well as an overall one-way ANOVA across all groups.

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.