Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change stated number of "general principles" in the "tidy data set" section from "three" to "four".
  • Loading branch information
rpglover64 committed Nov 25, 2013
1 parent 4f0cbd6 commit f005643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ forensic study of your data to figure out why the raw data looks weird.

The general principles of tidy data are laid out by [Hadley Wickham](http://had.co.nz/) in [this paper](http://vita.had.co.nz/papers/tidy-data.pdf)
and [this video](http://vimeo.com/33727555). The paper and the video are both focused on the [R](http://www.r-project.org/) package, which you
may or may not know how to use. Regardless the three general principles you should pay attention to are:
may or may not know how to use. Regardless the four general principles you should pay attention to are:

1. Each variable you measure should be in one column
1. Each different observation of that variable should be in a different row
Expand Down

0 comments on commit f005643

Please sign in to comment.