Skip to content

Commit 8ed4584

Browse files
committed
Additions to Curated page
1 parent d8db891 commit 8ed4584

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

curated.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ permalink: /curated/
1010
- [Diving Into Data Science Flipboard](https://flipboard.com/@thiakx/diving-into-data-science-5823ectuy)
1111
- [OLAP Operation in R](http://architects.dzone.com/articles/olap-operation-r)
1212
- [Journal of Statistical Software: Tidy data](http://www.jstatsoft.org/v59/i10/paper)
13+
- [Verzani: simpleR – Using R for Introductory Statistics](http://cran.r-project.org/doc/contrib/Verzani-SimpleR.pdf/)
14+
- [Data Visualization packages](http://www.datavis.ca/R/)
15+
- [Visualization hints: plotting numeric data by groups](http://www.r-bloggers.com/visualization-series-insight-from-cleveland-and-tufte-on-plotting-numeric-data-by-groups/)
16+
- [Matrix rotation for image and contour plots in R](http://blog.snap.uaf.edu/2012/06/08/matrix-rotation-for-image-and-contour-plots-in-r/)
17+
- [Fig Data: 11 Tips on How to Handle Big Data in R (and 1 Bad Pun)](http://theodi.org/blog/fig-data-11-tips-how-handle-big-data-r-and-1-bad-pun)
18+
- [Data from 538](https://github.com/fivethirtyeight/data)
1319

1420
### Command Line
1521

@@ -19,8 +25,19 @@ permalink: /curated/
1925
### R
2026

2127
- [Try R](http://tryr.codeschool.com/)
28+
- [The R Book by Michael J. Crawley](https://archive.org/details/TheRBook/)
29+
- [Univ. of Calif. Riverside R Programming](http://manuals.bioinformatics.ucr.edu/home/programming-in-r#TOC-R-Basics)
30+
- [G. Sanchez - Strings in R](http://gastonsanchez.com/Handling_and_Processing_Strings_in_R.pdf)
2231
- [The Lubridate Package](http://www.jstatsoft.org/v40/i03/paper)
2332
- [Google Developers R Programming Video Lectures](http://www.r-bloggers.com/google-developers-r-programming-video-lectures/)
33+
- [Google's R Style Guide](https://google-styleguide.googlecode.com/svn/trunk/Rguide.xml)
34+
- [Tufte-style HTML in rmarkdown](http://sachsmc.github.io/tufterhandout/)
35+
- [Creating an R Package](http://hilaryparker.com/2014/04/29/writing-an-r-package-from-scratch/)
36+
- [Beautiful ggplot2 Cheatsheet](http://zevross.com/blog/2014/08/04/beautiful-plotting-in-r-a-ggplot2-cheatsheet-3/)
37+
- [Intro to Graphics](http://bcb.dfci.harvard.edu/~aedin/courses/Bioconductor/2.Plotting.pdf)
38+
- [data.table cheat sheet](https://s3.amazonaws.com/assets.datacamp.com/img/blog/data+table+cheat+sheet.pdf)
39+
- [Exploratory Data Analysis with data.table](http://varianceexplained.org/RData/lessons/lesson4/)
40+
- [Fast summary statistics in R with data.table](http://blog.yhathq.com/posts/fast-summary-statistics-with-data-dot-table.html)
2441

2542

2643
### GitHub
@@ -31,10 +48,14 @@ permalink: /curated/
3148
- [GitHub - Dealing with Multiple Accounts](http://hmkcode.com/git-tutorial/how-to-deal-with-multiple-github-accounts-on-one-computer/)
3249
- [Try Git](https://try.github.io/levels/1/challenges/1)
3350
- [Learn Git Branching: Interactive Game](http://pcottle.github.com/learnGitBranching/)
51+
- [Atlassian Git Tutorials - Branches](https://www.atlassian.com/git/tutorials/using-branches/)
3452

3553
### Reproducible Research
3654
- [Markdown live demo](http://markdown-here.com/livedemo.html)
3755
- [Boosting Slides by Ron Meir] (https://github.com/Aratinga/Misc/blob/master/BoostingTutorial.pdf)
56+
-
57+
### Machine Learning
58+
- [UC Irvine Machine Learning Data Repository](http://archive.ics.uci.edu/ml/)
3859

3960
### Textbooks
4061
- [OpenIntro textbook](https://www.openintro.org/stat/textbook.php)

0 commit comments

Comments
 (0)