How to obtain p-value comparing each pairwise from netmetabin function?

I am currently analyzing network meta-analysis using netmetabin function. However, the output was not shown p-value for each comparison. How could I get p-value for each pair of treatment from this function?

This is my function

m1 = netmetabin(mi$d1, mi$n1, mi$d2, mi$n2, mi$T1, mi$T2, studlab = mi$Study, sm="RR", method = "Inverse", prediction = TRUE, data=mi, incr = 0.5, comb.fixed = FALSE, comb.random = TRUE)

Thank you in advance

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.