# NOT RUN {
# With rate parameter
Etronq_burr(d = 2, rate = 2, shape1 = 2, shape2 = 5)
# With scale parameter
Etronq_burr(d = 2, scale = 0.5, shape1 = 2, shape2 = 5)
# Values greater than d
Etronq_burr(d = 2, scale = 0.5, shape1 = 2, shape2 = 5, less.than.d = FALSE)
# }
Run the code above in your browser using DataLab