powered by
Wrap Cohen's D (effect size between groups).
# S3 method for numeric wrapCohenD(x, treatment, ..., na.rm = FALSE)
formatted string and fields
numeric reference or control measurements
numeric treatment or group-2 measurements
extra arguments (not used)
if TRUE remove NAs
d <- data.frame(x = c(1,1,2,2,3,3,4,4), y = c(1,2,3,4,5,6,7,7)) render(wrapCohenD(d$x, d$y))
Run the code above in your browser using DataLab