powered by
num_compare gives details about the distribution of a numeric variable across subsets of the dataset
num_compare
num_compare(y, grp, plot = c("density", "boxplot", "none"))
Returns a list including (1) group-wise summary statistics, (2) ANOVA decomposition, (3) eta-squared effect size, and (4) ggplot2 object, if requested.
A numerical variable
A categorical variable
Type of plot to produce
v1 = rbinom(n=50, size=1, p=0.5) v2 = rnorm(50) num_compare(y=v2, grp=v1, plot='density')
Run the code above in your browser using DataLab