R Commander – a good introductory GUI for R

[This article was first published on Software for Exploratory Data Analysis and Statistical Modelling, 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.

The R software is very powerful and flexible but one of the complaints of new users is that the learning curve is steep and can be daunting. There have been various projects to create GUIs for R with varying levels of sophistication, one of which is R Commander by John Fox.

Fast Tube
Fast Tube by Casper

This interface is worth considering for beginners as it provides access to commonly used functions while also producing the R code required for the analysis which will hopefully smooth out the learning curve for new starters. Other bloggers have mentioned this system see here and here.

The GUI is reasonably straightforward as the intention does not appear to be to provide a point and click interface to the wide range of functions available in R. The above video covers the basics and how to import data from text files, such as tab delimited or comma separated variable file formats. It is also possible to import data from Excel spreadsheets assuming that a bit of pre-processing has been undertaken by the user, which is never a bad thing prior to loading data for analysis.

One interesting element of the GUI is a menu dedicated to continuous and discrete distributions that allow calculation of quantiles, probabilites or random numbers in addition to plotting a graph of the distribution for a given set of parameters. This could be a useful tool for understanding more about distributions.

Other useful resources are provided on the Supplementary Material page.

To leave a comment for the author, please follow the link and comment on their blog: Software for Exploratory Data Analysis and Statistical Modelling.

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)