The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
A package that includes functions that I find 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
tidyverse
packages. Currently contains the following major
user oriented functions:
Plot2WayANOVA
which as the name implies conducts a 2
way ANOVA and plots the results using ggplot2
PlotXTabs2
which wraps around ggplot2
to
provide Bivariate bar charts for categorical and ordinal data.newggslopegraph
which creates a Tufte“esque” slopegraph
using ggplot2
chaid_table
provides tabular summary of
CHAID
partykit
objectcross2_var_vectors
a helper function to build lists of
“crossed” variablesSeeDist
which wraps around ggplot2
to
provide visualizations of univariate data.OurConf
is a simulation function that helps you learn
about confidence intervals# Install from CRAN
install.packages("CGPfunctions")
# Or the development version from GitHub
# install.packages("devtools")
::install_github("ibecav/CGPfunctions",
devtoolsbuild_vignettes = TRUE,
upgrade = "ask")
Online documentation and vignettes are located here.
Example Plot2WayANOVA
Example PlotXTabs2 plot
Example newggslopegraph plot
Many thanks to Danielle Navarro and the book Learning Statistics with R.
If you like CGPfunctions, please consider leaving feedback here.
Contributions in the form of feedback, comments, code, and bug reports are most welcome. How to contribute:
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.