Skip to content

Commit 37ae85a

Browse files
committed
Added articles written to support students in R Programming -- strategy for coding the assignments, grading the SHA-1 has code, Data frame as a list, and 3 articles discussing R and commercial stats packages.
1 parent 21b4c2d commit 37ae85a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

rprog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,31 @@ permalink: /rprog/
66

77
## Programming Assignments
88

9+
- [Strategy for Coding the Programming Assignments](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/makeItRun.md)
910
- [Tutorial for those struggling with Programming Assignment 1](https://github.com/derekfranks/practice_assignment)
1011
- [Tutorial for those struggling with Programming Assignment 2](https://github.com/DanieleP/PA2-clarifying_instructions)
1112
- [Tutorial for those struggling with Programming Assignment 3](https://github.com/DanieleP/PA3-tutorial)
1213
- [PA1-test: `testthat`, Unit Tests for Programming Assignment 1](https://github.com/cbryant1000/pa1test)
1314
- [PA3-test: `testthat`, Unit Tests for Programming Assignment 3](https://github.com/cbryant1000/pa3test)
1415
- [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)
16+
- [Grading the SHA-1 Hash Code](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-gradeSHA1hash.md)
1517

1618

1719
## R Language
1820

1921
- [Some notes on the R Language](http://lopezrj.github.io)
22+
- [A Data Frame is Also a List](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/dataFrameAsList.md)
2023

2124
## R language cheatsheet
2225

2326
- [R cheatsheet covering all lectures](https://github.com/startupjing/Tech_Notes/blob/master/R/R_language.md)
2427

28+
## R and Commercial Statistics Packages
29+
30+
- [Commercial Statistics Packages: An Historical Perspective](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/statsPackagesHistory.md)
31+
- [Why is R More Difficult than SAS?](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/whyIsRHarderThanSAS.md)
32+
- [SAS Experience: impediment to learning R?](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/exampleSortRvsSAS.md)
33+
2534
## Comprehensive Notes
2635

2736
- Complete notes for [R Programming](http://sux13.github.io/DataScienceSpCourseNotes/)

0 commit comments

Comments
 (0)