cont_compare {tldr}R 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.


[Package tldr version 0.4.0 Index]