Created
August 18, 2014 13:33
-
-
Save bryanyang0528/7d92d3991e2f01146b9e to your computer and use it in GitHub Desktop.
R dplyr example2
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
Source: local data frame [4,000 x 4] | |
Groups: sex, treatment, variable | |
sex treatment variable value | |
1 1 1 response1 -0.15668214 | |
2 1 2 response1 -0.40934759 | |
3 1 1 response1 0.07103731 | |
4 1 2 response1 0.15113270 | |
5 1 1 response1 0.30836910 | |
6 1 2 response1 -1.41891407 | |
7 1 1 response1 -0.07390246 | |
8 1 2 response1 -1.34509686 | |
9 1 1 response1 1.97215697 | |
10 1 2 response1 -0.08145883 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment