bin_cumulative: bin_cumulative

Description Usage Arguments Value Examples

View source: R/binomial.R

Description

a dataframe which list the success, the probability and the cumulative probability

Usage

1
bin_cumulative(trials, prob)

Arguments

trials

input trials number

prob

probability

Value

a data frame with sucesses in the first column, probability in the second column, cummulative in the third

Examples

1
bin_cumulative(trials = 5, prob = 0.5)

ranqi-zhong/Workout-03 documentation built on May 3, 2019, 1:32 p.m.