Closed andybega closed 4 years ago
This looks fantastic! When I have some time I'll probably follow a similar approach with mcmcReg()
and mcmcTab()
using methods and class constructor functions instead of the giant block of conditionals at the top of each right now.
Thanks! I wasn't sure if using generic + methods ends up making it more complicated than it needs to be.
Thank you indeed @andybega , this is great! I'm working on getting a BUGS object, hopefully within 1-2 days.
I added a BUGS object representing output from a logit model: data/bugs_logit.rda
This was created by adapting data-raw/jags_logit.R to R2OpenBUGS.
(Note that the actual script to create bugs_logit.rda
is not on Github, I asked someone else to run it on their machine. Hope this is OK for future CRAN uploads etc.)
@andybega @jayrobwilliams does this give you enough for the adjusting for BUGS objects as input?
tests/testdata
. I added these undertests
, otherwise if they are indata
the package installed size is > 5 MB, which generates a R check NOTE, and also noticeably slowslibrary(BayesPostEst)
.No R check ERRORs, WARNINGs, or NOTEs. (Travis-CI on my fork)