powered by
Implements the Olkin-Pratt (DSL) fixed-effect meta-analytical approach with correlation coefficients as effect sizes, as described by Schulze (2004).
metacor.OP(r, n, labels, alpha = 0.05, plot = TRUE, xlim = c(-1, 1))
vector of correlations
vector of sample sizes
vector of the study names
alpha-level for the main test and for the confidence intervals
logical; should a forest plot be returned?
range of the x-axis of the forest plot
vector of the G-values
vector of the variances of each G
the lower limits of the confidence intervals for G
the upper limits of the confidence intervals for G
the mean effect size G
the standard error of G.mean
the lower limit of the confidence interval for G.mean
the upper limit of the confidence interval for G.mean
the p-value for the null hypothesis H0 -> G.mean = 0
Schulze, R. (2004) Meta-analysis: a comparison of approaches. Hogrefe & Huber, Gottingen, Germany.
metacor.DSL
# NOT RUN { data(lui) lui <- lui[order(lui$r.FDis),] test <- metacor.OP(lui$r.FDis, lui$n, lui$label) test # }
Run the code above in your browser using DataLab