fe_ma | R Documentation |
Function that conducts fixed-effect meta-analysis
fe_ma(yi, vi)
yi |
A vector of standardized effect sizes |
vi |
A vector of sampling variances belonging to the standardized effect sizes ( |
The fe.ma
function can be used for conducting fixed-effect meta-analysis
on a set of studies
est.fe |
effect size estimate of fixed-effect meta-analysis |
se.fe |
standard error of estimate of fixed-effect meta-analysis |
ci.lb.fe |
lower bound 95% confidence interval |
ci.ub.fe |
upper bound 95% confidence interval |
zval.fe |
z-value of test of no effect |
pval.fe |
two-tailed p-value of test of no effect |
pval.fe.one |
one-tailed p-value of test of no effect |
Qstat |
test statistic of the Q-test |
Qpval |
p-value of the Q-test |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.