gertvv / gemtc

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

Check for impossible values in data.re #42

Closed gertvv closed 4 years ago

gertvv commented 7 years ago

In data.re, if the base SE > relative SE, this will trigger a matrix math error in JAGS. Catch this when generating the model and give a sensible error.

gertvv commented 4 years ago

Also, check that the standard error is positive (see #57).