# NOT RUN {
# Generate synthetic data for heights in inches of 18-24
# year-old males and females
height_male <- rnorm(988, 69.7, 2.8)
height_female <- rnorm(1066, 64.3, 2.6)
# The CLES is approximately 0.92 (McGraw and Wong, 1992)
CLES(height_female, height_male)
# }
Run the code above in your browser using DataLab