
Last chance! 50% off unlimited learning
Sale ends in
This function is used to compute the adjusted sample size of a non-Pearson correlation (e.g., a tetrachoric correlation) based on the correlation and its estimated error variance. This function allows users to adjust the sample size of a correlation corrected for sporadic artifacts (e.g., unequal splits of dichotomous variables, artificial dichotomization of continuous variables) prior to use in a meta-analysis.
adjust_n_r(r, var_e)
Vector of correlations.
Vector of error variances.
A vector of adjusted sample sizes.
The adjusted sample size is computed as:
Schmidt, F. L., & Hunter, J. E. (2015). Methods of meta-analysis: Correcting error and bias in research findings (3rd ed.). Thousand Oaks, CA: SAGE. https://doi.org/10/b6mg. Equation 3.7.
# NOT RUN {
adjust_n_r(r = .3, var_e = .01)
# }
Run the code above in your browser using DataLab