rolkra/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.

Getting started

Package details

AuthorRoland Krasser
MaintainerRoland Krasser <roland.krasser@gmail.com>
LicenseGPL-3
Version1.0.0
URL http://github.com/rolkra/tidydice
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("rolkra/tidydice")
rolkra/tidydice documentation built on Feb. 9, 2023, 9:09 a.m.