powered by
Quantile function for the betabinomal distribution using the p/phi parameterisation.
qbetabinom(p, size, phi, prob)
A real number corresponding to the quantile p.
Point of the distribution from which one is looking for the quantile
Sample size of the random variable
Over-dispersion parameter
Mean probability of the binomial distribution
Vincent Plagnol
Filling a gap in the VGAM package.
VGAM R package.
qbetabinom(p = 0.2, size = 50, phi = 0.4, prob = 0.3) qbetabinom(p = 0.2, size = 50, phi = 0.1, prob = 0.8)
Run the code above in your browser using DataLab