gertvv / gemtc

GeMTC R package: model generation for network meta-analysis
GNU General Public License v3.0
43 stars 25 forks source link

Prior precision #52

Closed GustafRydevik closed 4 years ago

GustafRydevik commented 5 years ago

Hi,

I have another question: The om.scale parameter is defined as " a very large change". In the code, this is then multiplied by 15, to generate a standard deviation of 15*veryLargeChange. What is the logic for the 15 times multiplier? A more appropriate vague prior in my mind would be the om.scale parameter itself. ...

gertvv commented 4 years ago

It's rather arbitrary, but was chosen to closely match previously published Bayesian NMAs at the time. See our paper http://dx.doi.org/10.1002/jrsm.1054 (preprint: http://drugis.org/files/network-auto.pdf).

I do agree it would be nice to be able to set the prior precision / variance / standard deviation explicitly, though.