Calculates Hedges' g from binary outcome data. Only meant to be used as
part of calculateEffectSizes.
Arguments
- x
data
- cc
Should a continuity correction for zero cells be applied? Either
FALSEor the increment to be added. Default is 0.5.- ...
Binary effect size data. Data frame must include columns
event_arm1,event_arm2,totaln_arm1,totaln_arm2. See the Metapsy data standard.
