Last active
September 17, 2015 08:17
-
-
Save pavelk2/9b9f4590e8651193860b to your computer and use it in GitHub Desktop.
T.Test Crowd-ReLauncher
This file contains hidden or 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
y1 <- c(3854,3783,2195,4047,1849) | |
y2 <- c(679,738,1153,949,1221) | |
t.test(y1,y2,alternative = "greater") | |
t.test(y1,y2,alternative = "greater", var.equal = T) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment