Creates an Object Representing Binomial Distribution.
The function creates an object which represents the binomial distribution.
binomdist(size = 10, prob = 0.5)
size |
size parameter, default: 10. |
prob |
probability parameter, default: 0.5. |
See Binomial
.
Object of class binomdist.
B <- binomdist(10, 0.4) d(B, c(2, 3, 4, NA)) r(B, 5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.