metareg: Meta Regression

View source: R/metareg.R

metaregR Documentation

Meta Regression

Description

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

Usage

#metareg(es, v)

Arguments

es

effect size variable

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) 

metareg(ES,V)



SSDforR documentation built on Nov. 24, 2023, 5:08 p.m.

Related to metareg in SSDforR...