bin_variable: Binomial Random Variable

Description Usage Arguments Value Examples

View source: R/bin_variable.R

Description

lists the number of trials and probability of success

Usage

1
bin_variable(trials, prob)

Arguments

trials

number of trials

prob

probability of success

Value

data.frame with two classes: c("bindis", "data.frame")

Examples

1
bin_variable(trials = 10, p = 0.3)

natyuanto/binomial documentation built on May 3, 2019, 1:32 p.m.