Closed richardz99 closed 8 years ago
Hello Richard,
I think the problem here is that your study-level data is a matrix, not a data frame. I should add a check or a conversion for that. For now, you can do the conversion yourself and it should work.
Gert
Hello Gert,
It worked. Thank you very much.
Richard
This is now fixed and such problems will be detected by gemtc in the next release.
Hello,
I'm getting the error:
Error in studyData[[regressor[["variable"]]]] : subscript out of bounds
when I try and run
mtc.model
on a meta-regression. Any idea what could be causing the error?My network looks something like this:
But there are 22 studies, 13 treatments, and 69 data points
I'm trying to set a regressor with
and then the model with
Thank you, Richard