procnormal package:procnormal R Documentation Description: takes the list of parameters below to produce a plot of quantiles under the normal distribution, the prior distribution, the posterior distribution, along with the log-likelihood on the same plot. Usage: procnormal(ybar= sample mean,mu0=prior mean,sig0=prior standard deviation, sig=true standard deviation,n=sample size) Arguments: ybar: a sample mean mu0: prior mean sig0: prior standard deviation sig: true standard deviation n: sample size Example: procnormal(2,1.5,.2,1,100)