GoogleVis and R – Tutorial

During the first week of the “Developing Data Products” MOOC on Coursera, one of the lessons deals with GoogleVis. This is one of the ways to publish and animate your R charts. In practice GoogleVis provides an interface between R and the Google Charts Tools, allowing you to create interactive web charts from R without …

More

Free R Resources

I was looking for some references and examples in the scope of the “Regression Models” course on Coursera. Something  structured that could bridge the gaps in my R knowledge (and  they are many) and something that could provide me with a list of case studies. I have already bought a book on this, it is …

More

Reproducible Research

This MOOC is conceptually one of the most interesting ones that I have taken to date. It is based around the implementation of the concept of “Literate Programming”, introduced by Donald Knuth in his 1992 book, in which basically a system where documentation and “live” source code are presented in the same document. In the …

More

Exploratory Data Analysis MOOCs

At this moment I am following two similar MOOCs, one on Coursera (Exploratory Data Analysis, part of the Johns Hopkins Data Science Specialization) and one on Udacity (Data Analysis with R, part of the their Data Analyst Nanodegree). At first glance, the two should deal with roughly the same subject, however I would rather say …

More

R Kernel in Jupyter: Update

I was using my own  article “A R kernel in IPython notebook: Jupyter“, to install both Jupyter and the IRKernel on a small ASUS Eee PC Seashell 12” laptop that I use when we are on holidays. This runs Kubuntu, as most of the PCs in my household. Unfortunately the instructions I provided in July …

More

R Programming

R Programming is the second course in the Data Science Specialization offered by the Johns Hopkins University on Coursera. At the end of the Data Visualization Course, discussing with other fellow MOOCers on the “Your next MOOC” thread, I was expressing the wish to take this course. Many people who had done it stated that …

More

R and Ggplot Courses on Udemy

Prof. Charles Redmond has produced a series of short courses on the udemy.com platform. The courses follow the principle of being finalized to a specific task, and the tasks, in the first three courses of the series, follow logically from each other. These first three courses are: R, GGPlot and Simple Linear Regression R, GGPlot …

More