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