# NOT RUN {
# With scale parameter
p_pareto(q = 2, shape = 2, scale = 5)
# With rate parameter
p_pareto(q = 2, shape = 2, rate = 5)
# Survival function
p_pareto(q = 2, shape = 2, rate = 5, lower.tail = FALSE)
# }
Run the code above in your browser using DataLab