August 2012

More on Exploring Correlations in R

August 28, 2012 | Stephen Turner

About a year ago I wrote a post about producing scatterplot matrices in R. These are handy for quickly getting a sense of the correlations that exist in your data. Recently someone asked me to pull out some relevant statistics (correlation coefficient ... [Read more...]

R-Studio

August 28, 2012 | aghaynes

A post over on Dang, another error (show me yours and I’ll show you mine) has a method of working with R which uses an IDE called Eclipse in conjunction with a plugin called StatET. Eclipse is one of a number of IDEs that I’m aware of (Tinn-R ... [Read more...]

COMPSTAT2012

August 28, 2012 | Rob J Hyndman

This week I’m in Cyprus attending the COMPSTAT2012 conference. There’s been the usual interesting collection of talks, and interactions with other researchers. But I was struck by two side comments in talks this morning that I’d like to mention. Stephen Pollock: Don’t imagine your model is ... [Read more...]

Are career motivations changing?

August 28, 2012 | Markus Gesmann

The German news magazine Der Spiegel published a series of articles [1, 2] around career developments. The stories suggest that career aspirations of young professionals today are somewhat different to those of previous generations in Germany. Apparen...
[Read more...]

Horizon on ggplot2

August 27, 2012 | klr

SocialDataBlog’s kind reference in post Horizon plots with ggplot (not) motivated me to finish what the post started.  I knew that ggplot2 would be a little more difficult to use for the purpose of a horizon plot, but I felt compelled to provide...
[Read more...]

Two R community milestones

August 27, 2012 | David Smith

Two significant R community milestones were achieved over the weekend. Firstly, the number of community-contributed R packages on CRAN is now above 4000. (As of this writing, it's 4004.) Figure 10 of The Popularity of Data Analysis Software charts the exponential growth of R packages: at the end of last year the figure ... [Read more...]

Horizon plots with ggplot (not)

August 27, 2012 | steve

The Timely Portfolio blog via R-bloggers has recently published some interesting entries about the value of horizon plots for visual comparison of a number of time series. Very nice it looks too. You can read more about them here. The trick to understanding them is to imagine that each row ...
[Read more...]

Heatmap tables with ggplot2, sort-of

August 27, 2012 | steve

I wrote before about heatmap tables as a better way of producing frequency or other tables, with a solution which works nicely in latex. It is possible to do them much more easily in ggplot2, like this library(Hmisc) library(ggplot2) library(reshape) data(HairEyeColor) P=t(HairEyeColor[,,2]) Pm=melt(... [Read more...]

The Art of R Programming – Matloff (2011)

August 27, 2012 | bryan

It’s difficult to write a book on an entire programming language and keep it manageable and concise, but The Art of R Programming does it as well as any text I’ve seen. Matloff covers, in detail and among other things, R data structures, programming idioms, performance enhancements, interfaces ... [Read more...]

garch and long tails

August 27, 2012 | Pat

How much does garch shorten long tails? Previously Pertinent blog posts include: “A practical introduction to garch modeling” “The distribution of financial returns made simple” “Predictability of kurtosis and skewness in S&P constituents” Induced tails Part of the reason that the distributions of returns have long tails is because ... [Read more...]

Football (Eredivisie) goals

August 27, 2012 | Wingfeet

The football season has started in Netherlands, so I went and had a look at last year's scores. I did not find downloadable data, at http://www.eredivisiestats.nl/wedstrijden.php I could copy last season's data and paste into a spreadsheet. T...
[Read more...]

Custom CSS for HTML generated using RStudio

August 26, 2012 | nsaunders

People have been telling me for a while that the latest version of RStudio, the IDE for R, is a great way to generate reports. I finally got around to trying it out and for once, the hype is justified. Start with this excellent tutorial from Jeremy Anglim. Briefly: the ... [Read more...]

Live Autoregressive Process

August 26, 2012 | Joshua Kunst

This post join two things that I like: Highcharts and the Time series. So I have a lot of fun making this minipost to show how works an autoregressive process. Well, let's remember the structure of an autoregresive process. $y_t = varphi,y_{t-1}+epsilon_t$, where $epsilon_t$ is ... [Read more...]

Walmart Invasion

August 26, 2012 | Corey Chivers

As an invasion biologist, the process of spatial spread is at the heart of what I do. When I came across this dataset of Walmart store openings since 1962 I couldn’t help but see it as an invasion front which looks a lot like a biological invasion or (albeit slow) ... [Read more...]

Kaggle Prospect – Harvard Business Review

August 25, 2012 | MK

This post is meant for submitting visual analysis for the Harvard Business Review Contest on KaggleI used the subject lines for all the articles and all the years and mapped the articles into one of the following 18 categories  Business Ethics  Business Management  Crisis  Emerging Markets  Financial Performance  Health Care  Information ... [Read more...]
1 2 3 4 5 14

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)