Message-ID: <D9961B76-14E0-4101-94EB-D5545FB7E016@uniklinik-freiburg.de>
Date: 2023-06-21T14:06:14Z
From: Guido Schwarzer
Subject: [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