Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sithjaisong/edcbe94ace6e5d790917 to your computer and use it in GitHub Desktop.
Save sithjaisong/edcbe94ace6e5d790917 to your computer and use it in GitHub Desktop.
this script for test the normality for all vars
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