tidydice: Simulates Dice Rolls and Coin Flips

Utils for basic statistical experiments, that can be used for teaching introductory statistics. Each experiment generates a tibble. Dice rolls and coin flips are simulated using sample(). The properties of the dice can be changed, like the number of sides. A coin flip is simulated using a two sided dice. Experiments can be combined with the pipe-operator.

Version: 0.0.3
Imports: assertthat, dplyr, magrittr, purrr, tibble
Suggests: explore, knitr, testthat
Published: 2019-11-15
Author: Roland Krasser
Maintainer: Roland Krasser <roland.krasser at gmail.com>
License: GPL-3
URL: http://github.com/rolkra/tidydice
NeedsCompilation: no
Materials: README
CRAN checks: tidydice results

Downloads:

Reference manual: tidydice.pdf
Vignettes: explore
Package source: tidydice_0.0.3.tar.gz
Windows binaries: r-devel: tidydice_0.0.3.zip, r-devel-gcc8: tidydice_0.0.3.zip, r-release: tidydice_0.0.3.zip, r-oldrel: tidydice_0.0.3.zip
OS X binaries: r-release: tidydice_0.0.3.tgz, r-oldrel: tidydice_0.0.3.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=tidydice to link to this page.