CRAN Version Build Status Downloads

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Overview

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:

Installation

# Install from CRAN
install.packages("CGPfunctions")

# Or the development version from GitHub
# install.packages("devtools")
devtools::install_github("ibecav/CGPfunctions", 
                         build_vignettes = TRUE,
                         upgrade = "ask")

Usage

Online documentation and vignettes are located here.

Example Plot2WayANOVA plot

knitr::include_graphics("https://ibecav.github.io/CGPfunctions/articles/Using-Plot2WayANOVA_files/figure-html/Plot2WayANOVA3-1.png")

Example PlotXTabs2 plot

knitr::include_graphics("https://ibecav.github.io/CGPfunctions/articles/Using-PlotXTabs2_files/figure-html/vignette2-2.png")

Example newggslopegraph plot

knitr::include_graphics("https://ibecav.github.io/CGPfunctions/articles/Using-newggslopegraph_files/figure-html/ggslope7-1.png")

Credits

Many thanks to Danielle Navarro and the book Learning Statistics with R.

Leaving Feedback

If you like CGPfunctions, please consider leaving feedback here.

Contributing

Contributions in the form of feedback, comments, code, and bug reports are most welcome. How to contribute:



ibecav/CGPfunctions documentation built on Nov. 17, 2020, 5:08 a.m.