Created
September 8, 2015 09:06
-
-
Save sithjaisong/edcbe94ace6e5d790917 to your computer and use it in GitHub Desktop.
this script for test the normality for all vars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lapply(data, shapiro.test) | |
$DH | |
Shapiro-Wilk normality test | |
data: X[[i]] | |
W = 0.4481, p-value < 2.2e-16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment