Skip to content

Commit 5db3cfd

Browse files
committed
Add articles related to R programming course
1 parent 9cbaa23 commit 5db3cfd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

rprog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ layout: page
1515
- [Strategy for Coding the Programming Assignments](http://bit.ly/2ddFh9A)
1616
- [Tutorial for those struggling with Programming Assignment 1](https://github.com/derekfranks/practice_assignment)
1717
- [Breaking Down pollutantmean](http://bit.ly/2cHyiCl)
18+
- [Assignment 1: A More Elegant Solution](http://bit.ly/2kwBBlK)
1819
- [A SAS Version of pollutantmean?](http://bit.ly/2d3DR4e)
1920
- [Tutorial for those struggling with Programming Assignment 2](https://github.com/DanieleP/PA2-clarifying_instructions)
2021
- [Tutorial for those struggling with Programming Assignment 3](https://github.com/DanieleP/PA3-tutorial)
@@ -23,7 +24,7 @@ layout: page
2324
- [Alternative submit script for Programming Assignment 1 that makes submitting more convenient by allowing selection of multiple parts plus prompting if user wants to submit another part before exiting](https://github.com/rchampoux/coursera/blob/master/rprog-scripts-submitscript1.R)
2425
- [Grading the SHA-1 Hash Code](http://bit.ly/2iUWoB6)
2526
- [Assignment 2: Demystifying makeVector](http://bit.ly/2bTXXfq)
26-
- [Assignment 2: makeCacheMatrix as an Object](http://bit.ly/2byUe4e)
27+
- [Assignment 2: makeCacheMatrix as an Object](http://bit.ly/2byUe4e)
2728

2829

2930
## R Language
@@ -33,7 +34,11 @@ layout: page
3334
- [S Objects, R Objects, and Lexical Scoping](http://bit.ly/2dtOSXi)
3435
- [Common R Mistakes: Overwriting Functions with Data Objects](http://bit.ly/2i3gmoA)
3536
- [Forms of the Extract Operator](http://bit.ly/2bzLYTL)
37+
- [Functions to Sort Data Frames](http://bit.ly/2dxItzw)
3638
- [Creative Use of R: Downloading Course Lectures](http://bit.ly/2bGlI7R) Article illustrating how to use R to automate the download of lectures from *Data Science Specialization* courses, such as *R Programming*. Techniques used in this article are helpful to make research reproducible, as required for courses like *Getting and Cleaning Data* and *Reproducible Research*.
39+
- [Lexical Scoping and Statistical Computing](http://bit.ly/2cmqAPy) Article by Robert Gentleman and Ross Ihaka at the University of Auckland describing how lexical scoping works, and why it is valuable in statistical computing.
40+
- [Data Science Job Report 2017: R Passes SAS, But Python Leaves Them Both Behind](http://bit.ly/2oCHulX) Bob Muenchen's take on the job market for various data science langauges.
41+
3742

3843

3944
## R language cheatsheet

0 commit comments

Comments
 (0)