Skip to content

guhjy/RCookBook

 
 

Repository files navigation

My (unofficial) notes from the book RCookBook by Paul Teetor

I highly suggest this book for anyone wanting or needing to learn R. This, along with The Art of R Programming are my recommended texts for learning R. Both can be approached as reference texts or as texts to go through entirely to fully immerse yourself in the language.

Author's Website

On Amazon

[Cover]

Chapters

  • Ch 1. - Getting Started and Getting Help
  • Ch 2. - Some Basics
  • Ch 3. - Navigating
  • Ch 4. - Input and Output
  • Ch 5. - Data Structures
  • Ch 6. - Data Transformations
  • Ch 7. - Strings and Dates
  • Ch 8. - Probability
  • Ch 9. - General Statistics
  • Ch 10. - Graphics
  • Ch 11. - Linear Regression and ANOVA
  • Ch 12. - Useful Tricks
  • Ch 13. - Beyond Basic Numerics and Statistics
  • Ch 14. - Time Series Analysis

Motivation

Get a better handle on R, which is a weird but powerful language

Further Resources

The Art of R Programming

ggplot2: Elegant Graphics for Data Analysis with R

Getting the Code and Notes

git clone github.com/idrisr/RCookbook.git

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%