metaregi {SSDforR}R Documentation

Meta Regression with Moderator

Description

Meta regression for saved effect sizes in SSDforR. Use the Getcsv() function to open the saved effect size file.

Usage

metaregi(es, i, v)

Arguments

es

effect size variable

i

moderator

v

variance of effect size

Author(s)

Charles Auerbach, PhD & Wendy Zeitlin, PhD; Yeshiva University, Wurzweiler School of Social Work

References

Go to www.ssdanalysis.com for more information.

Del Re, A. C. (2015). A practical tutorial on conducting meta-analysis in R. The Quantitative Methods for Psychology, 11(1), 37-50.

Auerbach, Charles, and Zeitlin Wendy. SSD for R: An R Package for Analyzing Single-Subject Data. Oxford University Press, 2014.

Examples

ES<-c(.3, .4, .2, .5, .3, .4)
V<-c(.01, .03, .04, .02, .03, .02) 
I<-c(1,3,5,4,6,7)
metaregi(ES,I,V)


[Package SSDforR version 1.5.34 Index]