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

add more options such as Std. dev. to mcmcReg, beyond CI #57

Closed jkarreth closed 4 years ago

jkarreth commented 4 years ago

add:

jayrobwilliams commented 4 years ago

Standard deviations added in 8de200b0771ef9c54ab9d2c8dc4fd42ac7c7617c. Probability that estimate is in the same direction as the mean will probably take some regex magic to do since texreg only supports SEs and CIs under estimates.

jayrobwilliams commented 4 years ago

Probability of direction was easier than I expected, that's in db88052. I'll close this issue once I've written new tests for both functionalities.

jayrobwilliams commented 4 years ago

Tests written in 4d6ccf5. Now I just need to get my hands on a BUGS model object and mcmcReg can have prefect testing coverage!

jkarreth commented 4 years ago

Super!

@ShanaScogin, please add this to the next deploy to CRAN - seems like the updated version is currently in feature/mcmcReg but should be moved to the developer or master branch? (Might also be my lack of understanding of Github.)

jayrobwilliams commented 4 years ago

@jkarreth as collaborators on this repo, we can both merge. I've just merged the updates from feature/mcmcReg into develop in 56468bc.