wwiecek / baggr

R package for Bayesian meta-analysis models, using Stan
GNU General Public License v3.0
46 stars 12 forks source link

Check documentation of model="logit" #48

Closed wwiecek closed 4 years ago

wwiecek commented 4 years ago

I think it's omitted in ?baggr. The generic vignette also doesn't include it. Where else should we document it?

wwiecek commented 4 years ago

@be-green if you're looking at logit for posterior have a look here

wwiecek commented 4 years ago

I have now added some mentions of logit in ?baggr. I leave it to @rmeager to review the documentation before we close it. Rachael, the question is this: if my goal is to do log OR or logistic regression kind of model with the package, is there enough info on how to do it. There is a "baggr_binary" vignette that explains it, but assuming someone didn't memorise the vignette, can they find relevant info in the help files? As always, the easiest thing is to copy-paste some paragraphs from the vignette into relevant help files.

wwiecek commented 4 years ago

I think this is now done to acceptable degree in v0.4, @rmeager will make some suggestions at some point.