I'm building a model that predicts goals scored based on the defenses that a player faces.
From the classes I've taken, you should normalize the response variable. Here is the issue I'm facing: the value for Goals will usually be 0,1,2,3 or 4 resulting in the following QQ plot.
This is definitely not normal and I worry that this will affect the results of my model.