Tips and Tricks for Getting Started with R

[This article was first published on Joshua M. Rosenberg » r, 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.

All statistical software have a learning curve, and compared to SPSS, R has taken me more time to learn the basics. However, since learning the basics, R seems easier to use than SPSS.

Here are 10 tips and tricks (and some resources) I found helpful for getting started with R:

  1. Use RStudio, a separate interface that is installed along with R that makes it easier to use.
  2. Learn the basics with Swirl, a tutorial built into the software.
  3. Work with datasets with Data Analysis with R, a Udacity massive open online course.
  4. Discovering Statistics Using R, a book that introduces the basics as well as strategies from comparing means to hierarchical linear models.
  5. Type “data()” into the console to view the datasets already loaded in R and use these to get started.
  6. Enter data into R by saving files from Excel, SPSS or other software as a comma separated values (.csv) file.
  7. Learn how to specify what to do with missing data if there are any, otherwise commands will mysteriously not work.
  8. Search Stack Overflow when something is not working
  9. Use Markdown to write and easily share syntax
  10. Find others using R and ask them questions (thanks Andrea, Alex and others)

To leave a comment for the author, please follow the link and comment on their blog: Joshua M. Rosenberg » r.

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.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)