Conversation
|
Thank you very much for this vignette, @wlandau, and others for the inspiration and the basis, especially in RBesT. It is excellent that (multivariate) mixture priors can now be used here, and the technical implementation even appears quite straightforward. |
|
Really nice to see this going into For the multivariate case you could point out to use brms directly with multiple random effects, for example as demonstrated here: https://opensource.nibr.com/bamdd/src/02ad_meta_analysis_covariate.html#sec-impl-complete-only ... not sure if you want to link that section directly... but a link to https://opensource.nibr.com/bamdd/ and hist data with a covariate you could consider. The robust component for the multi variate normal should also be a unit information prior... so using sigma here again. The choice of the robust component is a topic (if you make the sigma too large in comparison of the sampling sd, then the robustification is never kicking in). Last point: The Great work! |
|
Two more small things:
|
|
I really appreciate your comments, @weberse2. Sorry for the long delay in responding. I am starting to look at your comments now. |
Fixed in ed2ab34. I used the pooled standard deviation. |
Fixed in 855e26a |
423ee1b sets |
Yes, the evidence synthesis piece is really important here. Referenced in b8ea816. |
Since that section doesn't conduct any data synthesis, I'm not sure we have access to to sigma (unless we're constructing a MAP prior from a single historical study). But b96fdf7 does restate the general recommendation. |
I mildly prefer the consistency and predictability of having a single input type for the |
This PR adds a new vignette on MAP priors.
vigntettes/map.Rmd.sourceis the true source, andvignettes/map.Rmdis entirely pre-rendered for efficiency.RBesTmakes univariate MAP priors super easy, and thanks to the smooth integration withbrms, they're easy to use withbrms.mmrm. @andrew-bean and @weberse2, thanks for the example code.At the end, I added a section on robust multivariate mixture priors. I'm wondering if there's an easier way to do this using
gMAP()+automixfit()+robustify()as in the univariate case.