View source: R/MetaAnalysisForFamiliesOfExperimentsSR.R
transformZrtoHgapprox | R Documentation |
This function provides an approximate transformation from Zr to Hedges g when the number of observations in the treatment and control group are unknown. It is also used to allow the forest plots to display Hedge's g when they are based on r. It is necessary because the transformation function in the forest plot function does not allow any parameters other than effect size used. The function assumes that Nc=Nt and gives the same results as transformZrtoHg when Nc=Nt.
transformZrtoHgapprox(Zr)
Zr |
A vector of normalised point bi-serial values |
approx. value of Hedges' g
Barbara Kitchenham and Lech Madeyski
transformZrtoHgapprox(c(0.4, 0.2))
# [1] 0.8215047 0.4026720
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.