My stata command looks like this-
meta forestplot _id totalss _plot _esci if std_mono==4, random(dlaird) sort(_meta_es) subgroup(std_dual) transform("Mean Difference": identity) columnopts(_esci, format(%6.1f)) nullrefline noohomtest noosigtest nogsigtests nogwhomtests nogbhomtests nonotes scheme(stmono2) name(placebo_sbp, replace)
I want just the pooled results of all std_dual and not individual rows in the graph, is there any way I can achieve this?
meta forestplot _id totalss _plot _esci if std_mono==4, random(dlaird) sort(_meta_es) subgroup(std_dual) transform("Mean Difference": identity) columnopts(_esci, format(%6.1f)) nullrefline noohomtest noosigtest nogsigtests nogwhomtests nogbhomtests nonotes scheme(stmono2) name(placebo_sbp, replace)
I want just the pooled results of all std_dual and not individual rows in the graph, is there any way I can achieve this?
Comment