
fastR2 R package.The fastR2 R package is available via CRAN
or GitHub
Updates to the GitHub version of the package are more frequent than updates on CRAN.
Code chunks from the text can be executed using the snippet() function.
require(fastR2) # or library(fastR2)
theme_set(theme_bw()) # set theme for plots
snippet("histogram01") # execute the histogram01 snippet##
## ## snippet: histogram01
##
## > gf_histogram( ~ Sepal.Length, data = iris)

If you detect an problems with the R package, please post an issue on GitHub.
I’m working on a set of solutions to the exercises in the text. Instructors may request solutions to exercises by sending email to rpruim at calvin.edu. Include a description of the course you are teaching and a link to your course home page or other indicator that you are the instructor of a course using Foundations and Applications of Statistics.