Code:
cls cd "~\Box Sync\Replicability\Red flags in meta-analysis\" import delimited "Meta-analysis input.csv", clear gen se = (ucl-lcl) / (2*invnormal(.975)) gen Authors = author + " et al." replace conflict = conflict + "." meta set effect se /* This command shows subgroup titles. */ meta forestplot, random(dlaird) subgroup(longdv) /* But this does not. */ meta forestplot Authors year patientstreated patientscontrol dosegday durationweeks _plot _esci conflict, random(dlaird) /// nullrefline(favorsleft("better with collagen")) subgroup(longdv) columnopts(conflict, justification(left)) /// coltitleopts(justification(left)) sort(patientstreated)
0 Response to meta forestplot: no subgroup titles
Post a Comment