This function is used to convert a non-Cohen d value (e.g., Glass'
adjust_n_d(d, var_e, p = NA)
Vector of non-Cohen d standardized mean differences.
Vector of error variances of standardized mean differences.
Proportion of participants in a study belonging to one of the two groups being contrasted.
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. Chapter 7 (Equations 7.23 and 7.23a).
# NOT RUN {
adjust_n_d(d = 1, var_e = .03, p = NA)
# }
Run the code above in your browser using DataLab