Learn R Programming

prob (version 0.9-1)

tosscoin: Tossing a Coin

Description

Sets up a sample space for the experiment of tossing a coin repeatedly with the outcomes "H" or "T".

Usage

tosscoin( times, makespace = FALSE )

Arguments

times
number of tosses.
makespace
logical.

Value

  • A data frame, with an equally likely probs column if makespace is TRUE.

Details

The function uses expand.grid() to generate all possible sequences of flips resulting from the experiment of tossing a coin. Columns of the dataframe are denoted toss1, toss2, up to tosstimes,

See Also

rolldie

Examples

Run this code
tosscoin(2)
tosscoin(3, makespace = TRUE)

Run the code above in your browser using DataLab