mybin: Binomial simulation over multiple iterations

Description Usage Arguments Value Examples

View source: R/mybin.R

Description

Binomial simulation over multiple iterations

Usage

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

Arguments

iter

The number of simulations to run

n

The number of elements

p

The probability of success

Value

Outputs a barplot and a table with the data from the simulation.

Examples

1
## Not run: mybin(100, 10, .7)

ShilohBeeler/shilohMATH4753 documentation built on Nov. 21, 2020, 9:10 a.m.