knitr::opts_chunk$set(
  echo = TRUE,
  fig.width = 4, fig.height = 2.5,
  fig.align = "center", fig.keep = "hold")
require(fastR2)

Foundations and Applications of Statistics, An Introduction Using R

Errata List

fastR2 R package

The fastR2 R package is available via CRAN

install.packages("fastR2")

or GitHub

library(devtools)
install_github("rpruim/fastR2", build_vignettes = TRUE)

Updates to the GitHub version of the package are more frequent than updates on CRAN.

Snippets

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

Bug reports

If you detect an problems with the R package, please post an issue on GitHub.

Solutions to Exercises

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.



rpruim/fastR documentation built on Nov. 12, 2023, 12:26 p.m.