Learn R Programming

lessR (version 2.2)

sim.flips: Pedagogical Binomail Simulation, Coin flips

Description

Simulate a sequence of coin flips.

Usage

sim.flips(n, prob=.5, show.title=TRUE,
         show.flips=TRUE, col.grid="grey90", pause=FALSE)

Arguments

n
Size of each sample, that is, the number of trials or flips.
prob
Probability of a success on any one trial.
show.title
Place a title on the graph that contains the parameter values.
show.flips
Plot the outcome of each flips.
col.grid
Color of the grid lines.
pause
Build the graph and the text output confidence interval by confidence interval.

Details

Generate and plot successive values of a Head or a Tail using standard R rbinom function.

Examples

Run this code
# 10 flips of a fair coin
sim.flips(10, .5)

Run the code above in your browser using DataLab