I am using v. 17.0 BE. When using the meta package, I want to present 95% CIs based on the t-distribution. The tdistribution option only appears to work for summarize, but is ignored by forestplot (which presents a narrower CI based on the z-distribution). The manual for meta says that the tdistribution option is valid for forestplot. My code and results are below. Any insight is appreciated.
Thanks,
Ryan
Code:
meta summarize, random(reml) eform("Risk Ratio") tdistribution
Code:
meta forestplot, random(reml) eform("Risk Ratio") tdistribution
Code:
meta summarize, random(reml) eform("Risk Ratio")
0 Response to meta - summarize vs. forestplot - CIs based on the t-distribution
Post a Comment