Test normality with R (Entry Nr. 146, by user 1 | edit) |
|
|
In R, you can use this "Shapiro-Wilk normality test":
shapiro.test(object)
Be aware, that shapiro tests for NON-normalit. So, small p means "not normal" and big p means "normal" ! |
|
|
Create a new entry at this position
|
|
|