You know how to do the basics:
Some additions…
bell-shaped curve, Gaussian distribution
qqnorm()
or ggplot(data) + aes(sample = x) + stat_qq()
shapiro.text()
\(H_0\) (null hypothesis): Values fit normal distribution.
\(H_A\) (alternative hypothesis): Values do not fit normal distribution.
p-value: probability of the event that observed values fit normal distribution
p > 0.05: Fail to reject null hypothesis.
Significance level = 0.05 – Event occurs in less than 5% of cases
AES_707 Statistics seminar for archaeologists | Normal distribution