cont_compare: Compare a numerical variable across levels of a categorical...

View source: R/cont_compare.R

cont_compareR Documentation

Compare a numerical variable across levels of a categorical variable

Description

Deprecated. Use 'num_compare' instead.

Usage

cont_compare(y, grp, plot = c("density", "boxplot", "none"))

Arguments

y

A numerical variable

grp

A categorical variable

plot

Type of plot to produce

Value

Returns a list including (1) group-wise summary statistics, (2) ANOVA decomposition, (3) eta-squared effect size, and (4) ggplot2 object, if requested.


tloux/tldr documentation built on April 21, 2024, 12:38 p.m.