bb_print_full_stats: Print out a stats report

View source: R/bb_print_full_stats.R

bb_print_full_statsR Documentation

Print out a stats report

Description

Print out a stats report

Usage

bb_print_full_stats(
  data,
  classification_variable,
  numeric_variable,
  test_type = c("Student", "Welch", "Wilcox"),
  output = NULL
)

Arguments

data

A Tibble in tidy data format. Must contain or be filtered to contain only 2 levels in "classification_variable" for comparisons.

classification_variable

Column containing the class variable

numeric_variable

The column containing the numeric values to summarize and compare

test_type

Must be one of "Student", "Welch", and "Wilcox"

output

Output file; if null prints to screen.

Value

A text file


blaserlab/blaseRtools documentation built on April 14, 2025, 6:04 p.m.