mybin: My function to create a barplot of a binomial distribution

Description Usage Arguments

View source: R/mybin.R

Description

Creates a barplot showing the number of sucesses after a given number of iterations

Usage

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

Arguments

iter

The number of iterations for the sample to run

n

The number of samples to take

p

The probability of success


Thoic/MATH4753thom0414 documentation built on April 22, 2021, 6:37 a.m.