roulette: Roulette

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Sets up a sample space for the experiment of spinning a roulette wheel once.

Usage

1
roulette(european = FALSE, makespace = FALSE)

Arguments

european

logical.

makespace

logical.

Details

If european is TRUE, then a traditional EU roulette wheel with 37 pockets is used, otherwise, a standard US roulette wheel with 38 pockets is used. Entries in the data frame are ordered in the customary way to facilitate the calculation probabilities regarding called bets.

Value

A data frame, with columns num and color, and an equally likely probs column if makespace is TRUE.

Author(s)

G. Jay Kerns gkerns@ysu.edu.

See Also

cards

Examples

1
2
roulette()
roulette(european = TRUE, makespace = TRUE)

GabauerDavid/WVPU documentation built on June 1, 2019, 3:52 a.m.