元分析中从回归系数beta计算相关系数r
Correlation and Standardized Regression
In this chapter, you will learn about correlation and its role in regression. To do so, we will use the
keith-gpa.csv data to examine whether time spent on homework is related to GPA. The data contain three attributes collected from a random sample of n=100n=100 8th-grade students (see the
data codebook). To begin, we will load several libraries and import the data into an object called keith
.
https://zief0002.github.io/modeling/cor.html
We collected correlation coefficients as well as regression coefficients; when only the latter were available we transformed these into correlation coefficients (see for calculation details: Peterson and Brown, 2005).
参考文献
Peterson, R. A., & Brown, S. P. (2005). On the Use of Beta Coefficients in Meta-Analysis. Journal of Applied Psychology, 90(1), 175–181. https://doi.org/10.1037/0021-9010.90.1.175