This application is a visualization for random samples drawn from a binomial distribution with the following user-specified parameters.
- Number of observations (
n
) - Number of trials (
size
) - Probability of success (
prob
)
Users don't need to repeatedly execute code and, in fact, don't need knowledge of R
at all.