gibney.org
:
Statistics
:
Test normality with R
(Entry Nr. 146, by user 1 |
edit
)
In R, you can use this "Shapiro-Wilk normality test":<br><br>shapiro.test(object)<br><br>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