You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: rprog.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,31 @@ permalink: /rprog/
6
6
7
7
## Programming Assignments
8
8
9
+
-[Strategy for Coding the Programming Assignments](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/makeItRun.md)
9
10
-[Tutorial for those struggling with Programming Assignment 1](https://github.com/derekfranks/practice_assignment)
10
11
-[Tutorial for those struggling with Programming Assignment 2](https://github.com/DanieleP/PA2-clarifying_instructions)
11
12
-[Tutorial for those struggling with Programming Assignment 3](https://github.com/DanieleP/PA3-tutorial)
12
13
-[PA1-test: `testthat`, Unit Tests for Programming Assignment 1](https://github.com/cbryant1000/pa1test)
13
14
-[PA3-test: `testthat`, Unit Tests for Programming Assignment 3](https://github.com/cbryant1000/pa3test)
14
15
-[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)
15
17
16
18
17
19
## R Language
18
20
19
21
-[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)
20
23
21
24
## R language cheatsheet
22
25
23
26
-[R cheatsheet covering all lectures](https://github.com/startupjing/Tech_Notes/blob/master/R/R_language.md)
24
27
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
+
25
34
## Comprehensive Notes
26
35
27
36
- Complete notes for [R Programming](http://sux13.github.io/DataScienceSpCourseNotes/)
0 commit comments