procbernoulli package:procbernoulli R Documentation Description: Takes a proportion and plots on the same graph the distribution of all quantiles using Wilson's Estimate, Prior Distribution and the beta-approximation method along with the relative log-likelihood. The plot provided provides a visual interpretation of the different methods, and show how each method performs at different P-values. Usage: procbernoulli(p=sample proportion,n=sample size) Arguments: p: a sample proportion n: sample size Example: procbernoulli(.2,36)