Skip to content

Instantly share code, notes, and snippets.

@mickeypash
Created March 7, 2014 15:46
Show Gist options
  • Save mickeypash/9413930 to your computer and use it in GitHub Desktop.
Save mickeypash/9413930 to your computer and use it in GitHub Desktop.
Playing with normality
> shapiro.test(prop.mean$PComp)
Shapiro-Wilk normality test
data: prop.mean$PComp
W = 0.9662, p-value = 0.528
> shapiro.test(prop.mean$SComp)
Shapiro-Wilk normality test
data: prop.mean$SComp
W = 0.9872, p-value = 0.9806
> shapiro.test(prop.mean$Unrl)
Shapiro-Wilk normality test
data: prop.mean$Unrl
W = 0.9697, p-value = 0.6167
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment