November 2013

Software inter-operability meeting in London

November 8, 2013 | Robert

On the afternoon of 14 November, the RSS is hosting a joint meeting with the International Biometric Society at Errol Street. The topic is inter-operability, as in software packages talking to each other to make your life easier. This is … Continue reading → [Read more...]

Financial Data Accessible from R – part III

November 8, 2013 | The R Trader

I came across a new source of data which I think is really worth sharing: ThinkNum. It gathers around 2,000 sources of data but more importantly it allows the user to manipulate this data via functions and graphics and there is an R package available on CRAN. Interested readers can find ... [Read more...]

Box Me

November 8, 2013 | simonraper

Here’s a short R function I wrote to turn a long data set into a wide one for viewing. It’s not the most exciting function ever but I find it quite useful when my screen is wide and short. It simply cuts the data set horizontally into equal ... [Read more...]

R Studio, and Presentations, and Git! Oh my!

November 7, 2013 | Jeffrey Hollister

I have been using R for many years now and it has served me quite well.  I have used it for all manners of data prep work, analysis, developing figures, and more recently GIS and creating reproducible reports with knitr.  During this time my typical workflow included creating new folders ... [Read more...]

The R Backpages

November 7, 2013 | Joseph Rickert

by Joseph Rickert As an avid newspaper reader (I still get the print edition of the New York Times delivered every Sunday morning) I have always thought that some of the most interesting news is to be found in the back pages. So, in that spirit here are some things ... [Read more...]

College Basketball: Presence in the NBA over Time

November 7, 2013 | Mark T Patterson

Interested in practicing a bit of web-scraping, I decided to make use of a nice dataset provided by Databasebasketball.com in order to examine the representation of various college programs in the NBA/ABA over time. This dataset only includes retired players, and ends in 2010, so I decided to only ... [Read more...]

Unsupervised data pre-processing: individual predictors

November 7, 2013 | thiagogm

I just got the excellent book Applied Predictive Modeling, by Max Kuhn and Kjell Johnson [1]. The book is designed for a broad audience and focus on the construction and application of predictive models. Besides going through the necessary theory in a not-so-technical way, the book provides R code at the ... [Read more...]

Webinar replay: What’s new in Revolution R Enterprise 7

November 6, 2013 | David Smith

In case you missed yesterday's webinar, the slides and replay are now available for Introducing Revolution R Enterprise 7: The Big Data Big Analytics Platform. I've embedded the slides below — if you're already familiar with Revolution R Enterprise the new features start at Slide 21. You can also download the slides or ... [Read more...]

EXIF with R | rCharts + catcorrjs + exiftool

November 6, 2013 | klr

I wanted to analyze the EXIF information in a whole group of photos from a recent trip to Disney World.  Of course I decided to use R and throw in some interactive charting with d3.js, rCharts, and and the new catcorrjs.  Integrating the amaz... [Read more...]

Correspondence Analysis in R

November 6, 2013 | tylerrinker

Correspondence analysis (from a layman’s perspective) is like principal components analysis for categorical data. It can be useful to discover structure in this type of data. My friend Gianmarco Alberti, an archaeologist, has put together an in depth web site … Continue reading → [Read more...]

A Mitochondrial Manhattan Plot

November 6, 2013 | Will

Manhattan plots have become the standard way to visualize results for genetic association studies, allowing the viewer to instantly see significant results in the rough context of their genomic position.  Manhattan plots are typically shown on a l... [Read more...]

Local Council Spending Data – Time Series Charts

November 6, 2013 | Tony Hirst

In What Role, If Any, Does Spending Data Have to Play in Local Council Budget Consultations? I started wondering about the extent to which local spending transparency data might play a role in supporting consultation around new budgets. As a first pass, I’ve popped up a quick application up ... [Read more...]

The end of the line for error bars in R

November 5, 2013 | John Baumgartner

When plotting in R, I often use the segments function to add lines representing confidence intervals. This is a very simple way to plot lines connecting pairs of x,y coordinates. Recently I discovered that by default, segments are styled with … Continue reading → [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)