bin_variable: Binomial variable function

Description Usage Arguments Examples

Description

returns a list of trials and the probability of success

Usage

1
bin_variable(trials, prob)

Arguments

trials

the number of trials

prob

the probability of success on each trial

Examples

1
bin_variable(trials = 10, prob = 0.3)

jonisaac/binomial documentation built on May 14, 2019, 12:55 a.m.