Skip to content
forked from rpruim/fastR2

Foundations and Applications of Statistics: An Introduction Using R

Notifications You must be signed in to change notification settings

jojo0094/fastR2

 
 

Repository files navigation

fastR2

This package contains data sets and some utility functions to support Foundations and Applications of Statistics: An Introduction Using R by Randall Pruim.

Installation

The package can be installed from CRAN via

install.packages("fastR2")

or from github via

# install.packages("devtools")
devtools::install_github("rpruim/fastR2")

Snippets

In addtion to data sets, fastR2 contains a snippet() function that loads and executes code found in the text. Here is an example:

require(fastR2)
snippet("histogram01")
#> 
#> ## snippet: histogram01
#> 
#> > gf_histogram( ~ Sepal.Length, data = iris)

About

Foundations and Applications of Statistics: An Introduction Using R

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 99.2%
  • Other 0.8%