# NOT RUN {
interaction_line_plot(y = score, x = time, by = treatment,
data = selfesteem2_long, ylim = c(70, 100))
interaction_line_plot(y = score, x = time, by = treatment,
data = selfesteem2_long,
xlab = 'measurement time',
ylab = 'self esteem score',
ylim = c(70, 100))
# }
Run the code above in your browser using DataLab