Description Usage Arguments Value Author(s) See Also
View source: R/bivariateQual.R
bivariateQual
Performs a bivariate analysis of categorical independent
variables vis-a-vis the quantitative dependent variable. Analyses include
the presentation of box plots, summary statistics by categorical level, and
ANOVA tests of the difference in mean values of the dependent variable by
categorical level.
1 | bivariateQual(data, xLab)
|
data |
Two column data frame, containing the dependent and independent variables. |
xLab |
Capitalized character string for the variable name or label |
analysis List containing:
Data frame containing summary statistics by categorical level.
Boxplot showing the distribution of dependent variable by categorical level.
Anova test of equal means.
John James, jjames@datasciencesalon.org
Other EDA functions: bivariateQuant
,
bivariate
, univariateQual
,
univariateQuant
, univariate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.