How can I (in R) test whether the given data set is normally distributed? I read related questions suggesting shapiro.test
. Unfortunately, according to wikipedia, the null-hypothesis is "data are normal".
I expect my data to be normal, hence I need a test whose null-hypothesis states "data are not normal" and with some level of certainty (e.g. 0.05) states that null-hypothesis doesn't hold.
What test should I use?