summaryrefslogtreecommitdiffhomepage
path: root/r.html.markdown
Commit message (Collapse)AuthorAgeLines
* Remove binary gender example from R (#4082)Hank Hester2021-01-15-7/+7
|
* Fix #3479Divay Prakash2019-02-28-1/+1
| | | Change `http` to `https`.
* Fix R ggplot error, closes #2237Divay Prakash2018-11-02-1/+1
|
* [r/en] Fix read.csv per #2236Keith Miyake2017-10-19-1/+2
|
* Fix a bunch of typosHairyFotr2017-08-23-2/+2
|
* fix spaces at end-of-lines againKristin Linn2015-10-20-2/+5
|
* fix spaces at end-of-linesKristin Linn2015-10-20-21/+20
|
* add statistical analysis section with general linear modelsKristin Linn2015-10-20-22/+21
|
* Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docsKristin Linn2015-10-20-21/+22
|\
| * Update r.html.markdownBen Harris2015-10-16-1/+2
| | | | | | | | | | Correct key used to execute a line on Windows. closes #427
| * removing whitespace all overGabriel Halley2015-10-07-20/+20
| |
* | add statistical analysis section with general linear modelsKristin Linn2015-10-20-4/+101
|/
* Add definition of parakeet in r.html.markdownacganesh2015-01-28-0/+1
| | | Added a definition of the `parakeet` variable. It's currently never defined, but referenced.
* Update r.html.markdownsearoso2015-01-25-1/+1
|
* Update r.html.markdownsearoso2015-01-20-0/+7
| | | Added logical operators that were missing.
* Remove misleading example of NA in Levels sectionBruno Kim Medeiros Cesar2014-11-01-5/+6
| | | | | The levels section was using a level "NA" together with "female" and "male", which is misleading (given that NA was just introduced as a missing value). I updated it to what I believe is a better example of how NAs are interpreted. Additionally, I edited a comment about Inf that wouldn't compile. How about inserting it at the tutorial altogether?
* Review docs for added rouge lexers and update those with new highlightersAdam2014-09-08-1/+1
|
* Minor typoAntonio Lima2014-05-29-1/+1
|
* Fix accidentally-commented-out linee99n092014-05-24-1/+1
| | | Un-commented a line that should have been executable.
* Update r.html.markdowne99n092014-05-24-24/+69
| | | Minor changes to comments (fixing typos, etc.). Deleted "weird types" section; broke out "NULL" type into its own type category. Added instructions for dropping rows and columns in data.frame and data.table. How to make summary tables in data.table.
* Significant new contente99n092014-05-23-175/+293
| | | I moved some things around. I preserved isomorphismes' "no programming knowledge first" approach; I really like this. In the "programming-heavy" part of the tutorial, I emphasized from the very beginning that every "single" thing in R, like 4 or "foo", is really just a vector of length 1. I added in some whirlwind tours of data.table and ggplot2.
* Remove references to hash and hashtag in favor of number symbolSam Dodrill2014-04-14-1/+1
|
* Update r.html.markdownTom Hebbron2013-09-04-1/+1
| | | | | Fixed a problem with the jiggle function - variable x wasn't being updated before being returned, and the rnorm function was being asked to return x output values, rather than one. After testing, the values given the documentation are now correct.
* Merge pull request #183 from isomorphisms/patch-4Adam Bard2013-08-11-4/+4
|\ | | | | Bender Bending Rodríguez
| * Bender Bending Rodríguezi2013-08-09-4/+4
| | | | | | Let's make the function example do something a little more interesting.
* | fixed wrong sample output in r.htl.markdownJohannes Choo2013-08-11-5/+7
|/
* Merge pull request #180 from isomorphisms/masterAdam Bard2013-08-08-66/+247
|\ | | | | things you can do without programming
| * Update r.html.markdowni2013-08-08-1/+1
| | | | | | ...only in Windows
| * Update r.html.markdowni2013-08-08-65/+246
| | | | | | significant changes. style changes (no !, no =>). content additions. start by showing off R's non-programming features before getting to the language per se.
* | wordingi2013-08-08-1/+1
|/ | | Compiling in LaTeX isn't that easy, actually...
* Authors -> ContributorsAdam2013-07-03-2/+2
|
* Merge pull request #83 from josericardo/fixing-list-initializationAdam Bard2013-07-01-1/+2
|\ | | | | Fixing list initialization in the R example.
| * Fixing list initialization in the R example.José Ricardo2013-07-01-1/+2
| |
* | Merged changes for rAdam2013-07-01-25/+46
|\ \ | |/ |/|
| * Update r.html.markdowne99n092013-07-01-29/+46
| | | | | | Fixed the mistake about integers that yuhui brought up. Deleted the confusing suggestion about command-enter (doesn't work for all GUIs or on Windows). Added some more information about vectors. Added some information about conditional clauses. Included some information at the very end on where to get R and R GUIs
* | Fix typos in R tutorialLubomír Sedlář2013-07-01-3/+3
| |
* | Added filename parameterAdam2013-06-29-1/+1
| |
* | A few fixesAdam2013-06-29-13/+13
|/
* Create r.html.markdowne99n092013-06-29-0/+328
An executable R tutorial (with complementary .csv file)