R normality tests shapiro.test() his …

R normality tests

shapiro.test()

hist(data, prob=TRUE)
lines(density(data))

qqnorm(data)
qqline(data)

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *