powered by
stable
dist_binomial(size, prob)
The number of trials.
The probability of success on each trial.
# NOT RUN { dist_binomial(size = 1:5, prob = c(0.05, 0.5, 0.3, 0.9, 0.1)) # }
Run the code above in your browser using DataLab