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. Currently contains: 'Plot2WayANOVA' which as the name implies conducts a 2 way ANOVA and plots the results using 'ggplot2'. 'neweta' which is a helper function that appends the results of a Type II eta squared calculation onto a classic ANOVA table. Mode which finds the modal value in a vector of data. 'SeeDist' which wraps around 'ggplot2' to provide visualizations of univariate data.
Version: | 0.4 |
Depends: | R (≥ 3.4.0) |
Imports: | car, devtools, dplyr, ggplot2 (≥ 2.2.1), ggrepel, methods, rlang (≥ 0.1.6), scales, tibble |
Suggests: | lsr, knitr, productplots, rmarkdown |
Published: | 2018-06-14 |
Author: | Chuck Powell [aut, cre] |
Maintainer: | Chuck Powell <ibecav at gmail.com> |
BugReports: | https://github.com/ibecav/CGPfunctions/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/ibecav/CGPfunctions |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | CGPfunctions results |
Reference manual: | CGPfunctions.pdf |
Vignettes: |
Using Plot2WayAnova Using PlotXTabs Using newggslopegraph |
Package source: | CGPfunctions_0.4.tar.gz |
Windows binaries: | r-devel: CGPfunctions_0.4.zip, r-release: CGPfunctions_0.4.zip, r-oldrel: CGPfunctions_0.4.zip |
OS X binaries: | r-release: CGPfunctions_0.4.tgz, r-oldrel: CGPfunctions_0.4.tgz |
Old sources: | CGPfunctions archive |
Please use the canonical form https://CRAN.R-project.org/package=CGPfunctions to link to this page.