Dear all
I am working on learning network meta-analyses in Stata based on Ian White's paper in the Stata Journal (http://www.econ.uzh.ch/dam/jcr:75a2c...15.pdf#page=57) and Chaimani et al (http://journals.plos.org/plosone/art...l.pone.0076654).
However, I have two queries.
The first is if the data we have is looking at a "negative" outcome e.g. death, how should this be handled when using the "network rank" command to rank treatments from best to worst. In the case of death, I would imagine the "best" (namely the treatment associated with the highest number of outcomes i.e. deaths) would actually be the "worst"?
This is using:
. network rank max, line cumulative
The second query is whether the "rank" command and forest plots are the final outcomes for network meta-analyses. These are the limit of what are described in the above two papers. There does not appear to be a summary "odds ratio" as there is for pairwise meta-analyses, so wanted to check I was not missing anything here.
This is using:
.network forest, diamond eform
Many thanks in advance.
Regards, Dil Singh
I am working on learning network meta-analyses in Stata based on Ian White's paper in the Stata Journal (http://www.econ.uzh.ch/dam/jcr:75a2c...15.pdf#page=57) and Chaimani et al (http://journals.plos.org/plosone/art...l.pone.0076654).
However, I have two queries.
The first is if the data we have is looking at a "negative" outcome e.g. death, how should this be handled when using the "network rank" command to rank treatments from best to worst. In the case of death, I would imagine the "best" (namely the treatment associated with the highest number of outcomes i.e. deaths) would actually be the "worst"?
This is using:
. network rank max, line cumulative
The second query is whether the "rank" command and forest plots are the final outcomes for network meta-analyses. These are the limit of what are described in the above two papers. There does not appear to be a summary "odds ratio" as there is for pairwise meta-analyses, so wanted to check I was not missing anything here.
This is using:
.network forest, diamond eform
Many thanks in advance.
Regards, Dil Singh
Comment