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
Copy file name to clipboardExpand all lines: rprog.md
+23-18Lines changed: 23 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,39 @@
1
1
---
2
-
layout: page
3
-
title: R Programming
2
+
title: "R Programming"
4
3
permalink: /rprog/
4
+
layout: page
5
5
---
6
6
7
+
## Getting Started
8
+
-[Resources for R Programming](http://bit.ly/2dhZ8Dy)
9
+
-[References for R Programming](http://bit.ly/2b8AxhF)
10
+
-[Data Science Specialization Value Proposition](http://bit.ly/2j3EcCn)
11
+
-[R Onboarding for SAS Users](http://bit.ly/2dr7yum)
12
+
7
13
## Programming Assignments
8
14
9
-
-[Strategy for Coding the Programming Assignments](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/makeItRun.md)
15
+
-[Strategy for Coding the Programming Assignments](http://bit.ly/2ddFh9A)
10
16
-[Tutorial for those struggling with Programming Assignment 1](https://github.com/derekfranks/practice_assignment)
11
-
-[Breaking Down pollutantmean](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-discussPollutantmean.md)
12
-
-[A SAS Version of pollutantmean?](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-pollutantmeanSASVersion.md)
17
+
-[Breaking Down pollutantmean](http://bit.ly/2cHyiCl)
18
+
-[A SAS Version of pollutantmean?](http://bit.ly/2d3DR4e)
13
19
-[Tutorial for those struggling with Programming Assignment 2](https://github.com/DanieleP/PA2-clarifying_instructions)
14
20
-[Tutorial for those struggling with Programming Assignment 3](https://github.com/DanieleP/PA3-tutorial)
15
21
-[PA1-test: `testthat`, Unit Tests for Programming Assignment 1](https://github.com/cbryant1000/pa1test)
16
22
-[PA3-test: `testthat`, Unit Tests for Programming Assignment 3](https://github.com/cbryant1000/pa3test)
17
23
-[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)
18
-
-[Grading the SHA-1 Hash Code](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-gradeSHA1hash.md)
-[Assignment 2: makeCacheMatrix as an Object](http://bit.ly/2byUe4e)
21
27
22
28
23
29
## R Language
24
30
25
31
-[Some notes on the R Language](http://lopezrj.github.io)
26
-
-[A Data Frame is Also a List](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/dataFrameAsList.md)
27
-
-[S Objects, R Objects, and Lexical Scoping](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-lexicalScoping.md)
28
-
-[Common R Mistakes: Overwriting Functions with Data Objects](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-overwritingRFunctions.md)
29
-
-[Forms of the Extract Operator](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-extractOperator.md)
30
-
-[Creative Use of R: Downloading Course Lectures](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-downloadingLectures.md) 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*.
32
+
-[A Data Frame is Also a List](http://bit.ly/2fmMRAp)
33
+
-[S Objects, R Objects, and Lexical Scoping](http://bit.ly/2dtOSXi)
34
+
-[Common R Mistakes: Overwriting Functions with Data Objects](http://bit.ly/2i3gmoA)
35
+
-[Forms of the Extract Operator](http://bit.ly/2bzLYTL)
36
+
-[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*.
31
37
32
38
33
39
## R language cheatsheet
@@ -36,11 +42,10 @@ permalink: /rprog/
36
42
37
43
## R and Commercial Statistics Packages
38
44
39
-
-[R Onboarding for SAS Users](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-onboardingForSASUsers.md) Provides an overview and links to a variety of resources to help people with SAS experience make the transition to R
40
-
-[Commercial Statistics Packages: An Historical Perspective](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/statsPackagesHistory.md)
41
-
-[Why is R More Difficult than SAS?](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/whyIsRHarderThanSAS.md)
42
-
-[SAS Experience: impediment to learning R?](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/exampleSortRvsSAS.md)
43
-
-[Thinking in R versus Thinking in SAS](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/exampleSortRvsSAS.md)
45
+
-[R Onboarding for SAS Users](http://bit.ly/2dr7yum) Provides an overview and links to a variety of resources to help people with SAS experience make the transition to R
46
+
-[Commercial Statistics Packages: An Historical Perspective](http://bit.ly/2fPj2qN)
47
+
-[Why is R More Difficult than SAS?](http://bit.ly/2erxk3A)
48
+
-[Thinking in R versus Thinking in SAS](http://bit.ly/2cH3u8x)
0 commit comments