I have a dataset and I wanted to check if some variables follow a normal distribution. So, I have read about normallity test but it seem to be sensitive when the amout of data is large and, apparantly when I plot the histogram and the QQ-Plot, the variable seem to be normal. Should I only relly on the Histogram plus QQ-Plot or it is the best practice to do a normallity test as well?
I have plotted histograms, QQ-Plot, Kurtosis, Skewness and also a dataframe with 3 normallity tests
1 - Shapiro-Wilk. 2 - Lilliefors. 3 - D'Agostino_K2
My conclusion was that the variable is normal based on QQ-Plot, Histogrm and, Kurtosis and Skewness between (-1, +1).