A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/rpruim/fastR2 below:

rpruim/fastR2: Foundations and Applications of Statistics: An Introduction Using R

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

The package can be installed from CRAN via

install.packages("fastR2")

or from github via

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

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)


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4