Update Log ------------ Version 1.1 (7/03/2012) In Baseline_Functions.r: A minor error was identified in derivation of the PDF of the sigma value[equation 3]. The following changes fixes this issue. For more information on this error and correction please visit: http://clip.med.yale.edu/baseline/updates/ 1. BAYESIAN_FITTED values modified. 2. In the function "calculate_bayes" the formula to compute "y" was moldified to: y<-dbeta(i,x+BAYESIAN_FITTED[index],N+BAYESIAN_FITTED[index]-x)*(1-p)*p*exp(sigma_1)/({1-p}^2+2*p*{1-p}*exp(sigma_1)+{p^2}*exp(2*sigma_1))