RMI-PACTA / resources

This is a place to explore and share resources. Check out the "Issues".
https://rmi-pacta.github.io/resources/
17 stars 5 forks source link

Free resources to learn R #80

Open maurolepore opened 4 years ago

maurolepore commented 4 years ago

Interactive tutorials

rstudio.cloud primers

Login or sign up (free) at https://rstudio.cloud/ and see Primers (if hidden, expand the list at the top-right next to Your Workspace).

Book

Tutorials

Join or request a workshop from The Carpentries

--

Thanks @koopmand for inspiring this post

cjyetman commented 4 years ago

Hadley's Advanced R is also a good next step after his R for Data Science.

pr0x2b commented 4 years ago

For anyone interested in forecasting in R, Rob Hyndman's Forecasting: Principles and Practice is a good resource.

maurolepore commented 4 years ago

Totally endorse @cjyetman's comment recommending Advanced R (https://adv-r.hadley.nz/). I read it back to back no less than 3 times and continue to consult it frequently.

Don't be intimidated by the word "Advanced". For a total newcomer it might be a bit slow and deep, but anyone in, say the ds-incubator, would benefit -- greatly.

This book will make you a better programmer and a better collaborator because it shows you what conventions other people expect you to follow.