Solved – use simple linear regression with count data

count-datalinear modelpoisson distribution

My analysis is about systematic changes over time.
I have counted data (values range from 2 to 7) that follows a normal distribution (according to the histogram and kurtosis), but this answer recommends analyze count data with GLM (log link function).
In my case, can I use simple linear regression? what would be a test to justify it? My sample size is big (~ 8,000)

thank you for your answers.

Best Answer

Your count data does not follow a normal distribution, because it simply can not. Because it can not, simple linear regression is not the way to go. That being said, a GLM with poisson distribution is not all that difficult. It can be done by a beginner. So why not just try it? Can you think of any good reason, why not?