Skip to content

Instantly share code, notes, and snippets.

@pavelk2
Last active September 17, 2015 08:17
Show Gist options
  • Save pavelk2/9b9f4590e8651193860b to your computer and use it in GitHub Desktop.
Save pavelk2/9b9f4590e8651193860b to your computer and use it in GitHub Desktop.
T.Test Crowd-ReLauncher
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