Package: dice 1.2
Dylan Arena
dice: Calculate probabilities of various dice-rolling events
This package provides utilities to calculate the probabilities of various dice-rolling events, such as the probability of rolling a four-sided die six times and getting a 4, a 3, and either a 1 or 2 among the six rolls (in any order); the probability of rolling two six-sided dice three times and getting a 10 on the first roll, followed by a 4 on the second roll, followed by anything but a 7 on the third roll; or the probabilities of each possible sum of rolling five six-sided dice, dropping the lowest two rolls, and summing the remaining dice.
Authors:
dice_1.2.tar.gz
dice_1.2.tar.gz(r-4.5-noble)dice_1.2.tar.gz(r-4.4-noble)
dice_1.2.tgz(r-4.4-emscripten)dice_1.2.tgz(r-4.3-emscripten)
dice.pdf |dice.html✨
dice/json (API)
# Install 'dice' in R: |
install.packages('dice', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 10 years agofrom:daf5eb4ed9. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
Exports:getEventProbgetSumProbs
Dependencies:gtools
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Calculate probabilities of various dice-rolling events | dice-package dice |
Calculate the probability of a specified set of dice-rolling events | getEventProb |
Calculate the probabilities of all possible outcome sums of a dice roll | getSumProbs |