June 2014

stone flakes

June 6, 2014 | Wingfeet

I browsed through UC Irvine Machine Learning Repository! the other day and noticed a nice data set regarding stone flakes produced by our ancestors, the prehistoric men. To quote the dataset owners:'The data set concerns the earliest history ... [Read more...]

On the relevance of open source analytics

June 6, 2014 | David Smith

"A growing body of evidence that indicates that the most meaningful way to access predictive analytics and enhance the reputation of Data Science is through open source analytics, which greatly hinges upon the free open source programming language R", according to Dataversity in the recent article "The Relevance of Open ... [Read more...]

Dispelling Myths of Momentum | AQR Research Factory

June 6, 2014 | klr

In a recent working paper from the prolific AQR Research Factory, the authors seek to dispel ten common myths of momentum investing.  To their credit, they use the fine data publicly available from Kenneth French and use fairly simple metrics to make ... [Read more...]

Reflections on the China R User Conference

June 6, 2014 | David Smith

It was a great honour to be able to present to the China R Users Conference in Beijing last month, and share various applications of R that I've encountered recently. I was really invigorated by the enthusiasm of the many R users at the conference, and everyone was very warm ... [Read more...]

rCharts Parcoords x Simpsons x Blocks

June 6, 2014 | Jo-fai Chow

Interactive Parallel Coordinates with Multiple ColoursFor my research project, I need a tool to visualise results from multi-objective optimisations. Below is one of my early attempts using base R and parcoord in the MASS package, I have no problem using them for publication. However, these charts are all static. For ... [Read more...]

Concatenating a list of data frames

June 6, 2014 | andrew

It’s something that I do surprisingly often: concatenating a list of data frames into a single (possibly quite enormous) data frame. Until now my naive solution worked pretty well. However, today I needed to deal with a list of over 6 million elements. The result was hours of page thrashing ... [Read more...]

2014 World Cup Squads

June 5, 2014 | gjabel

I have been having a go in R at visualising player movements for the World Cup. I wanted to use similar plots to those used to visualise international migration flows in the recent Science paper that I co-authored. In the … Continue reading → [Read more...]

Deep Learning at Stanford

June 5, 2014 | Joseph Rickert

by Joseph Rickert Last week,I had the opportunity to participate in the Second Academy of Science and Engineering (ASE) Conference on Big Data Science and Computing at Stanford University. Since the conference was held simultaneously with the two other conferences, one on Social Computing and the other on Cyber ... [Read more...]

Importing an Excel Workbook into R

June 5, 2014 | Neil Gunther

The usual route for importing data from spreadsheet applications like Excel or OpenOffice into R involves first exporting the data in CSV format. A newer (c. 2011) and more efficient CRAN package, called XLConnect, facilitates reading an entire Excel workbook and manipulating worksheets and cells programmatically from within R. XLConnect doesn't ... [Read more...]

A simple workflow for using R with Microsoft Office products

June 5, 2014 | beckmw

The challenge of integrating Microsoft products with R software has been an outstanding issue for several years. Reasons for these issues are complicated and related to fundamental differences in developing proprietary vs open-source products. To date, I don’t believe there has been a satisfactory solution but I present this ...
[Read more...]

Stuff I’ve gotten horribly wrong

June 5, 2014 | PirateGrunt

I'm the first (I hope) to admit when I've gotten something wrong. I like to think I'm humble enough to realize that there are limits to my knowledge. Actually, humility doesn't enter into it. Every day I'm confronted with things that I don't know or understand. Those same limits can ... [Read more...]

str Implementation for Data Frames

June 5, 2014 | Jason Bryer

The str function is perhaps the most useful function in R. It provides great information about the structure of some object. When I teach R, especially for those coming from SPSS, the str function for data frames provides the information they are use to seeing on the variable view tab. ... [Read more...]

RcppArmadillo 0.4.300.8.0

June 4, 2014 | Thinking inside the box

A new minor / bug fix release 4.300.8 of Armadillo, the templated C++ library for linear algebra, was tagged by Conrad in his SVN repo a few days ago, following earlier snapshots in the 4.300.* series. We had prepared two earlier releases for GitHub... [Read more...]

Box plot, Fisher’s style

June 4, 2014 | arthur charpentier

In a recent issue of Significance, I discovered an interesting – and amuzing – figure, about some box & beard plot, in Dr Fisher’s casebook: Beard the statistician in his den. In French, the box plot (introduced by John Tukey, not George Box, as discussed in a previous post) is popular under ... [Read more...]

NHL Play-by-Play R Shiny App

June 4, 2014 | btibert3

I wanted to write a quick post to introduce two repos that I created on Github that center on the NHL’s play-by-play data. 1.  My code repo that highlights how I crawl and store the raw JSON datasets can be found here 2.  I also created a very simple R Shiny ... [Read more...]
1 8 9 10 11 12

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)