Skip to content

Commit 6738b9c

Browse files
authored
Merge pull request #128 from lgreski/master
add DSS value proposition, getting started section
2 parents 31283db + 9cbaa23 commit 6738b9c

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

rprog.md

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,39 @@
11
---
2-
layout: page
3-
title: R Programming
2+
title: "R Programming"
43
permalink: /rprog/
4+
layout: page
55
---
66

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+
713
## Programming Assignments
814

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)
1016
- [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)
1319
- [Tutorial for those struggling with Programming Assignment 2](https://github.com/DanieleP/PA2-clarifying_instructions)
1420
- [Tutorial for those struggling with Programming Assignment 3](https://github.com/DanieleP/PA3-tutorial)
1521
- [PA1-test: `testthat`, Unit Tests for Programming Assignment 1](https://github.com/cbryant1000/pa1test)
1622
- [PA3-test: `testthat`, Unit Tests for Programming Assignment 3](https://github.com/cbryant1000/pa3test)
1723
- [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)
19-
- [Assignment 2: Demystifying makeVector](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-breakingDownMakeVector.md)
20-
- [Assignment 2: makeCacheMatrix as an Object](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprogAssignment2Prototype.md)
24+
- [Grading the SHA-1 Hash Code](http://bit.ly/2iUWoB6)
25+
- [Assignment 2: Demystifying makeVector](http://bit.ly/2bTXXfq)
26+
- [Assignment 2: makeCacheMatrix as an Object](http://bit.ly/2byUe4e)
2127

2228

2329
## R Language
2430

2531
- [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*.
3137

3238

3339
## R language cheatsheet
@@ -36,11 +42,10 @@ permalink: /rprog/
3642

3743
## R and Commercial Statistics Packages
3844

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)
4449

4550
## Comprehensive Notes
4651

0 commit comments

Comments
 (0)