Package | Description |
---|---|
ubic.basecode.math.metaanalysis |
Modifier and Type | Class and Description |
---|---|
class |
CorrelationEffectMetaAnalysis
Implementation of meta-analysis of correlations along the lines of chapter 18 of Cooper and Hedges, "Handbook of
Research Synthesis".
|
class |
MeanDifferenceMetaAnalysis
Meta-analysis methods from chapter 18 of Cooper and Hedges, sections 2.1 and 3.1
These methods use the standardized mean difference statistic d:
d_i = ( X_i ˆ t - X_i ˆ c ) / s_i
where X i t is the mean of the treatment group in the ith study, X i ct
is the mean of the control group in the treatment group in the ith study, and s i is the pooled
standard deviation of the two groups.
|
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.