public class MeanDifferenceMetaAnalysis extends MetaAnalysis
These methods use the standardized mean difference statistic d:
d_i = ( X_i ˆ t - X_i ˆ c ) / s_iwhere 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. Essentially this is a t statistic.
Constructor and Description |
---|
MeanDifferenceMetaAnalysis(boolean fixed) |
Modifier and Type | Method and Description |
---|---|
double |
getBsv() |
double |
getE() |
double |
getN() |
double |
getP() |
double |
getQ() |
double |
getV() |
double |
getZ() |
double |
run(cern.colt.list.DoubleArrayList effects,
cern.colt.list.DoubleArrayList cvar) |
double |
run(cern.colt.list.DoubleArrayList effects,
cern.colt.list.DoubleArrayList controlSizes,
cern.colt.list.DoubleArrayList testSizes) |
double |
samplingVariance(double d,
double nC,
double nT)
CH eqn 18-7
|
cern.colt.list.DoubleArrayList |
samplingVariances(cern.colt.list.DoubleArrayList effects,
cern.colt.list.DoubleArrayList controlSizes,
cern.colt.list.DoubleArrayList testSizes)
Run eqn 18-7 on a set of effect sizes.
|
fisherCombineLogPvalues, fisherCombinePvalues, metaFEWeights, metaRESampleVariance, metaREVariance, metaREWeights, metaVariance, metaVariance, metaZscore, qStatistic, qTest, weightedMean, weightedMean
public MeanDifferenceMetaAnalysis(boolean fixed)
b
- public double getBsv()
public double getE()
public double getN()
public double getP()
public double getQ()
public double getV()
public double getZ()
public double run(cern.colt.list.DoubleArrayList effects, cern.colt.list.DoubleArrayList cvar)
effects
- cvar
- Conditional variances.public double run(cern.colt.list.DoubleArrayList effects, cern.colt.list.DoubleArrayList controlSizes, cern.colt.list.DoubleArrayList testSizes)
public double samplingVariance(double d, double nC, double nT)
d
- effect sizenC
- number of samples in control groupnT
- number of samples in test grouppublic cern.colt.list.DoubleArrayList samplingVariances(cern.colt.list.DoubleArrayList effects, cern.colt.list.DoubleArrayList controlSizes, cern.colt.list.DoubleArrayList testSizes)
effects
- controlSizes
- testSizes
- Copyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.