Creates an Object Representing Beta Distribution
The function creates an object which represents the beta distribution.
betadist(shape1 = 2, shape2 = 2)
shape1 |
shape parameter, default: 2. |
shape2 |
shape parameter, default: 2. |
See Beta
.
Object of class betadist.
B <- betadist(2, 2) d(B, c(2, 3, 4, NA)) r(B, 5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.