correct_r_bias | R Documentation |
Corrects Pearson correlations (r
) for small-sample bias
correct_r_bias(r, n)
r |
Vector of correlations. |
n |
Vector of sample sizes. |
r_{c}=\frac{r_{obs}}{\left(\frac{2n-2}{2n-1}\right)}
Vector of correlations corrected for small-sample bias.
Schmidt, F. L., & Hunter, J. E. (2015). Methods of meta-analysis: Correcting error and bias in research findings (3rd ed.). Sage. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.4135/9781483398105")}. pp. 140–141.
correct_r_bias(r = .3, n = 30)
correct_r_bias(r = .3, n = 300)
correct_r_bias(r = .3, n = 3000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.