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