simBinomial: Creates plots of the experiment described in parameters

Description Usage Arguments Examples

View source: R/simBinomial.R

Description

Creates plots of the experiment described in parameters

Usage

1
simBinomial(iter = 100, n = 10, p = 0.5)

Arguments

iter

# of experiments to run

n

# of trials to run

p

The probability of the distribution

Examples

1
2
3
simBinomial(100,10,0.5)

Runs 100 experiments with 10 trials. Symmetrically distributed round 5.

rgamble819/MATH4753ouGamb0004 documentation built on April 20, 2021, 10:34 p.m.