Skip to content
Prev 8760 / 398502 Next

regression constraints?

A Bayesian approach to regression with inequality constraints on 
coefficients is to first estimate the regression without constraints, 
then sample from the distribution of the coefficients, discarding all 
draws that violate the constraints, and finally calculate summary 
statistics from the subsample that is consistent with the constraints.  
Andrew Gelman et al. explain how to do that in their Bayesian Data 
Analysis.  I believe they implemented their procedures in S-Plus.  If 
any one has written similar programs in R, I would like very much to 
hear them.
Adam Gehr wrote: