Skip to content
Prev 4719 / 5636 Next

[R-meta] Using meta package when SMDs and SEs/95% CIs are already known

Ben,

You can use metagen() if you have estimates with corresponding standard errors, e.g.,

metagen(mySMD, myseSMD, sm = "SMD")

Use of argument 'sm = "SMD"' is not strictly necessary, however, will be considered in printouts and plots.

Best,
Guido