# NOT RUN {
# Calculate Cohen's d for all pairwise comparisons
coh_d(reading ~ condition, star)
# Report only relative to regular-sized classrooms
coh_d(reading ~ condition,
star,
ref_group = "reg")
# Return a vector instead of a data frame
coh_d(reading ~ condition,
star,
ref_group = "reg",
tidy = FALSE)
# }
Run the code above in your browser using DataLab