# NOT RUN {
# Compute differences for all pairwise comparisons for each of three cuts
tpac(star,
reading ~ condition,
cut = c(450, 500, 550))
tpac(star,
reading ~ condition + freelunch + race,
cut = c(450, 500))
tpac(star,
reading ~ condition + freelunch + race,
cut = c(450, 500),
ref_group = ~small + no + white)
# }
Run the code above in your browser using DataLab