richarddmorey / BayesFactor

BayesFactor R package for Bayesian data analysis with common statistical models.
https://richarddmorey.github.io/BayesFactor/
132 stars 49 forks source link

Enable posterior predictive samples #34

Open richarddmorey opened 9 years ago

richarddmorey commented 9 years ago

This should be easy now that I added the model.matrix method, however, it should be done once the move to Rcpp is finished to ensure that posterior predictive samples from regression and ANOVA models are consistent and to avoid duplicating work.