| CGPfunctions {CGPfunctions} | R Documentation |
CGPfunctions: A package of miscellaneous functions for teaching statistics.
Description
A package that includes miscellaneous functions useful for teaching statistics as well as actually practicing the art. They typically are not new methods but rather wrappers around either base R or other packages.
Functions included
-
newggslopegraphcreates a "slopegraph" as conceptualized by Edward Tufte. -
Plot2WayANOVAwhich as the name implies conducts a 2 way ANOVA and plots the results using 'ggplot2' -
PlotXTabs2which wraps around ggplot2 to provide Bivariate bar charts for categorical and ordinal data. -
chaid_tableprovides tabular summary of CHAID partykit object. -
cross2_var_vectorshelper function to cross a vector of variables. -
PlotXTabsPlots cross tabulated variables using 'ggplot2' -
Modewhich finds the modal value in a vector of data -
SeeDistwhich wraps around ggplot2 to provide visualizations of univariate data. -
OurConfwhich wraps around ggplot2 to provide visualizations of sampling confidence intervals.