Session Ready
Exercise

Exercise 11. Plotting the errors

Make a qq-plot of the errors you generated previously to see if they follow a normal distribution.

Instructions
100 XP
  • Run the supplied code
  • Use the qqnorm function to produce a qq-plot of the errors.
  • Use the qqline function to plot a line showing a normal distribution.