mybin: mybin

Description Usage Arguments Value Examples

View source: R/mybin.R

Description

mybin

Usage

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

Arguments

iter

The number of iterations.

n

The number of trials.

p

The probability (0<=p<=1).

Value

A bar plot of the successes and a table showing the chances to get a set amount of successes.

Examples

1
mybin(100, 5, .5)

raymondhaynesOU/Math4753 documentation built on April 19, 2020, 6:13 p.m.