powered by
The function creates an object which represents the beta distribution.
betadist(shape1 = 2, shape2 = 2)
Object of class betadist.
shape parameter, default: 2.
See Beta.
Beta
B <- betadist(2, 2) d(B, c(2, 3, 4, NA)) r(B, 5)
Run the code above in your browser using DataLab