Exercise: Perform Analysis of Covariance (ANCOVA) and Plot
Let’s use our knowledge of the predict() and ggplot() functions to plot an ANCOVA.
It’s time to apply all that we have learned about ANCOVA analysis.
Assignment
Let’s combine our knowledge of the predict()
and ggplot()
functions to plot an ANCOVA that’s different than the one represented by lm5
. We must ensure that it’s plotted on the ...