mybin: Binomial

Description Usage Arguments Value Examples

View source: R/mybin.r

Description

Builds a graph for a binomial distribution

Usage

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

Arguments

iter

number of iterations of the experiment

n

number of trials

p

probability of success

Value

graph of distribution

Examples

1
n = 10 trials, with probability of success p = 0.6 for each. 100 iterations of the experiment. mybin(100,10,0.6)

z99jacc/MATH4753ouchavv0029 documentation built on Nov. 20, 2020, 10:38 p.m.