Skip to content

Commit 55d8537

Browse files
committed
Add two articles: Common Mistakes / overwriting R functions with data objects, and Thinking in R versus Thinking in SAS.
1 parent 6f2e407 commit 55d8537

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rprog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ permalink: /rprog/
2222
- [Some notes on the R Language](http://lopezrj.github.io)
2323
- [A Data Frame is Also a List](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/dataFrameAsList.md)
2424
- [S Objects, R Objects, and Lexical Scoping](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-lexicalScoping.md)
25+
- [Common R Mistakes: Overwriting Functions with Data Objects](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/rprog-overwritingRFunctions.md)
2526

2627

2728
## R language cheatsheet
@@ -33,6 +34,7 @@ permalink: /rprog/
3334
- [Commercial Statistics Packages: An Historical Perspective](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/statsPackagesHistory.md)
3435
- [Why is R More Difficult than SAS?](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/whyIsRHarderThanSAS.md)
3536
- [SAS Experience: impediment to learning R?](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/exampleSortRvsSAS.md)
37+
- [Thinking in R versus Thinking in SAS](https://github.com/lgreski/datasciencectacontent/blob/master/markdown/exampleSortRvsSAS.md)
3638

3739
## Comprehensive Notes
3840

0 commit comments

Comments
 (0)