Simulating coin flips
In these exercises, you'll practice using the rbinom()
function, which generates random "flips" that are either 1 ("heads") or 0 ("tails").
Cet exercice fait partie du cours
Foundations of Probability in R
Instructions
- With one line of code, simulate 10 coin flips, each with a 30% chance of coming up 1 ("heads").
- What kind of values do you see?
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Generate 10 separate random flips with probability .3