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