Rdice: A Collection of Functions to Experiment Dice Rolls

A collection of functions to simulate dice rolls and the like. In particular, experiments and exercises can be performed looking at combinations and permutations of values in dice rolls and coin flips, together with the corresponding frequencies of occurrences. When applying each function, the user has to input the number of times (rolls, flips) to toss the dice. Needless to say, the more the tosses, the more the frequencies approximate the actual probabilities. Moreover, the package provides functions to generate non-transitive sets of dice (like Efron's) and to check whether a given set of dice is non-transitive with given probability.

Version: 1.0.0
Imports: data.table
Suggests: knitr, rmarkdown
Published: 2016-09-24
Author: Gennaro Tedesco
Maintainer: Gennaro Tedesco: <gennarotedesco at gmail.com>
License: GPL-2
NeedsCompilation: no
Materials: README
CRAN checks: Rdice results

Documentation:

Reference manual: Rdice.pdf
Vignettes: Rdice vignette

Downloads:

Package source: Rdice_1.0.0.tar.gz
Windows binaries: r-devel: Rdice_1.0.0.zip, r-release: Rdice_1.0.0.zip, r-oldrel: Rdice_1.0.0.zip
macOS binaries: r-release (arm64): Rdice_1.0.0.tgz, r-oldrel (arm64): Rdice_1.0.0.tgz, r-release (x86_64): Rdice_1.0.0.tgz

Linking:

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