Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

fastR2

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

Installation

The package can be installed from CRAN via

or from github via

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

Snippets

In addtion to data sets,fastR2 contains asnippet() 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)

Links

License

  • GPL (>=2)

Citation

Developers

  • Randall Pruim
    Author, maintainer

[8]ページ先頭

©2009-2025 Movatter.jp