如何用stata进行meta分析

2025-04-18 06:19:50
推荐回答(1个)
回答1:

这方面有很多命令。使用metan命令进行标准meta分析(需要安装)。格式:

 metan varlist [if] [in] [weight] [, measure_and_model_options ptions_for_continuous_data output_options forest_plot_options ]

例: use http://fmwww.bc.edu/repec/bocode/m/metan_example_data

     metan tdeath tnodeath cdeath cnodeath,  rd random label(namevar=id, yearid=year) counts

结果: