Site icon R-bloggers

H is for Help with R

[This article was first published on Deeply Trivial, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
My goal this month is to offer some fun tutorials and introductions to the R statistical language and R Studio software. But you may find, at some point, that you need a little…


And that’s okay! R can have a very steep learning curve, but even for an expert, you need help figuring things out every once in a while. I constantly look things up while I’m using R – there are very few things I remember exactly how to do off the top of my head. R Studio is great in that it gives you some pop-up guidance when writing code and allows you to search for help in package manuals. But that won’t always cut it. To get that help, you need to have some idea of where to begin – which library, which function, and so on. Here are my favorite places to go when I need help doing something in R:
And if you’re more of a book learner/lover, here are some of my favorite books on R:
  • R in a Nutshell – I’ve been carrying this book with me at almost all times for the last month or so, as I’ve prepared for this blog challenge.
  • A Beginner’s Guide to R – Sadly, this book might be outdated at this point, but this was the book I picked up in 2009 when I decided to try this crazy idea of dumping SPSS and going full R (without ever having used R before). Though it sounds like hubris (I was a 5th year doctoral student, so yes), it was also because I was broke and wanted to use something free (I was a 5th year doctoral student, after all). When I found I was in over my head, this book kept me from going back on my idea.
Finally, if you start feeling comfortable with R and want to take things a step farther:
  • Latent Variable Modeling with R – Especially if you’ll be doing a lot of psychometric or structural equation modeling work, this is a great book to have. It uses many of the packages I draw upon regularly (and would recommend above similar packages) like lavaan and ltm.
  • Text Mining with R: A Tidy Approach – Julia Silge and David Robinson (above) go through exactly how to use their R package, tidytext, which David frequently uses on his blog.

To leave a comment for the author, please follow the link and comment on their blog: Deeply Trivial.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.