how to adapt the HDImass of posterior predicted distributions for linear regression in JAGS? I am most content with John Kruschke's R-script Jags-Ymet-Xmet-MRobustPredict.R. I would like to change the default HDImass of 0.95 into 0.9. I applied HPDinterval(mcmcCoda,prob=.9) to generate tables of lower and upper limits, but this code does not change graphs or summaryInfo.
Han Diesfeldt