想用stata做meta分析,数据提取了,不知怎么做

2025-04-26 04:51:22
推荐回答(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

结果: