This is the development page of the JGTeach package for the R software.
It is intended for development and teaching purposes, and come with no guarantee whatsoever. You will not find it on CRAN
You will need the package devtools to be able to install the devel version of JGTeach. To install devtools:
install.packages("devtools")
To install JGTeach devel:
library(devtools)
install_github("jgx65/JGTeach")
library("JGTeach")