fe_ma {puniform}R Documentation

fe_ma

Description

Function that conducts fixed-effect meta-analysis

Usage

fe_ma(yi, vi)

Arguments

yi

A vector of standardized effect sizes

vi

A vector of sampling variances belonging to the standardized effect sizes (yi)

Details

The fe.ma function can be used for conducting fixed-effect meta-analysis on a set of studies

Value

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


[Package puniform version 0.2.7 Index]