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

ISIwithR

This R Companion to Introduction to Statistical Investigations (Preliminary Edition) by Nathan Tintle et al provides

Companion Text

The campanion text is available as a PDF [to view] or [to download]

R Package

The ISIwithR package can be installed from github using

devtools::install_github("rpruim/ISIwithR")

This package contains

For example:

require(ISIwithR)
require(mosaic)
isi_snippet("Exploration6.3.8")


rpruim/ISIwithR documentation built on May 28, 2019, 1:30 a.m.