curve(dbetagen(x, shape1=3, shape2=5, min=1, max=6), from =0, to =7)curve(dbetagen(x, shape1=1, shape2=1, min=2, max=5), from =0, to =7, lty=2, add=TRUE)curve(dbetagen(x, shape1=.5, shape2=.5, min=0, max=7), from =0, to =7, lty=3, add=TRUE)
Arguments
x,q: Vector of quantiles.
p: Vector of probabilities.
n: Number of observations. If length(n) > 1 , the length is taken to be the number required.
shape1, shape2: Positive parameters of the Beta distribution.
min: Vector of minima.
max: Vector of maxima.
ncp: Non-centrality parameter of the Beta distribution.
log, log.p: Logical; if TRUE , probabilities p are given as log(p) .
lower.tail: Logical; if TRUE (default), probabilities are P[X <= x] , otherwise, P[X > x] .