ShanaScogin / BayesPostEst

An R package to generate and plot postestimation quantities after estimating Bayesian regression models using MCMC
https://shanascogin.github.io/BayesPostEst/
GNU General Public License v3.0
12 stars 2 forks source link

Feature/mcmc fd #60

Closed jayrobwilliams closed 4 years ago

jayrobwilliams commented 4 years ago

I've updated mcmcFD() to create an object of class mcmcFD and implemented print and plot methods for it. This means that plotting the results of mcmcFD() is now done with plot(), which calls plot.mcmcFD(), instead of mcmcFDplot(). Given this change, I wanted you to review, @ShanaScogin, rather than just merging into develop myself.