num_diff: Numeric Difference in Means

View source: R/num_diff.R

num_diffR 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.


tangram.pipe documentation built on Aug. 18, 2022, 1:06 a.m.