R

Hadley Wickham’s ggplot2 basics

August 1, 2012 | David Smith

If you haven't made the plunge yet to making R graphics with Hadley Wickham's ggplot2 package, his "ggplot2 basics" slides (from the recent Introduction to Data Visualization and Analysis course at JSM) is a good place to start. Once you get the hang of the "grammar of graphics" notation, you'll ... [Read more...]

Rook rocks! Example with googleVis

August 1, 2012 | Markus Gesmann

What is Rook?Rook is a web server interface for R, written by Jeffrey Horner, the author of rApache and brew. But unlike other web frameworks for R, such as brew, R.rsp (which I have used in the past1), Rserve, gWidgetWWWW or sumo (which I haven't used...
[Read more...]

The Environmental Performance Index, visualized with R

July 31, 2012 | David Smith

The Environmental Performance Index (EPI) ranks countries on performance indicators for environmental public health and ecosystem vitality. Yale University hosts the EPI website, which was used to present the 2012 EPI Rankings to world leaders at the 2012 World Economic Forum at Davos. The Country Profiles section of the website allowed members ... [Read more...]

Application of Horizon Plots

July 31, 2012 | klr

for background please see prior posts Horizon Plot Already Available and Cubism Horizon Charts in R Good visualization simplifies, and stories are better told with effective and pretty visualizations. Although horizon plots are not immediately intuitiv...
[Read more...]

Yet Another Forecast Dashboard

July 30, 2012 | systematicinvestor

Recently, I came across quite a few examples of time series forecasting using R. Here are some examples: Time series cross-validation 4: forecasting the S&P 500 Holt-Winters forecast using ggplot2 Autoplot: Graphical Methods with ggplot2 Large-Scale Parallel Statistical Forecasting Computations in R (2011) by M. Stokely, F. Rohani, E. Tassone Forecasting time ... [Read more...]

Split-plot 2: let’s throw in some spatial effects

July 30, 2012 | Luis

Disappeared for a while collecting frequent flyer points. In the process I ‘discovered’ that I live in the middle of nowhere, as it took me 36 hours to reach my conference destination (Estoril, Portugal) through Christchurch, Sydney, Bangkok, Dubai, Madrid … Continue reading → [Read more...]

Forecasting the Olympics

July 30, 2012 | Rob J Hyndman

Forecasting sporting events is a growing research area. The International Journal of Forecasting even had a special issue on sports forecasting a couple of years ago. The London 2012 Olympics has attracted a few forecasters trying to predict medal counts, world records, etc. Here are some of the articles I’ve ... [Read more...]

A prediction for the Olympic men’s 100m sprint

July 30, 2012 | David Smith

R user Markus Gesmann used the gold-winning times from the Olympic Men's 100m sprint since 1990 as the basis of the following prediction for the London Games: My simple log-linear model forecasts a winning time of 9.68 seconds, which is 1/100 of a second faster than Usain Bolt's winning time in Beijing in 2008, ... [Read more...]

Hangman in R: A learning experience

July 28, 2012 | tylerrinker

I love when people take a sophisticated tool and use it to play video games. Take R for example. I first saw someone create a game for R at talk.stats.com. My friend Dason inspired me to more efficiently waste time … Continue reading →
[Read more...]

My no loops in R hair shirt

July 27, 2012 | Derek-Jones

Being professional involved with analyzing source code I get to work with a much larger number of programming languages than most people. There is a huge difference between knowing the intricate details of the semantics of a language and being able to fluently program in a language like a native ... [Read more...]

Revolution Analytics at JSM 2012

July 27, 2012 | David Smith

Revolution Analytics is proud to once again be a gold sponsor and Wi-Fi sponsor of the JSM 2012 conference in San Diego, the largest gathering of statisticians, biostatisticians, analysts, data miners and data scientists in the world. The conference begins on Sunday, and you'll find the Revolution Analytics team in the ... [Read more...]

Evolution average number of beds per hospital

July 27, 2012 | Bart

The OECD collects (among a lot of other statistics) information on the number of hospitals and hospital beds per country. These two parameters combined and its evolution over the years could give an indication on whether or not the country’s hospital landscape is evolving towards large medical centers, small ... [Read more...]

Big vectors coming to R

July 26, 2012 | David Smith

R has been available as a 64-bit application since it's earliest days. But the internal representation of R's fundamental data type — the vector — has long been subject to a 32-bit limitation: the maximum number of elements is capped at 2^31 (or just over 2.1 billion) elements. Now, at 8 bytes per element that's 16... [Read more...]

Plotting 95% Confidence Bands in R

July 26, 2012 | Daniel Hocking

I am comparing estimates from subject-specific GLMMs and population-average GEE models as part of a publication I am working on. As part of this, I want to visualize predictions of each type of model including 95% confidence bands. First I had to ma...
[Read more...]

Another R mention in the NYT

July 25, 2012 | David Smith

The R language gets a brief mention in an article in yesterday's New York Times on automated bond trading: The traders here are mostly educated in math or physics, often outside the United States, and their desks are piled high with textbooks like the “R Graphs Cookbook,” for working with ... [Read more...]
1 11 12 13 14 15 176

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)