Monthly Archives: July 2011

Prepping for useR! 2011 – tty connection update

July 22, 2011
By
Prepping for useR! 2011 – tty connection update

I'm putting together my presentation for useR! 2011 titled "Experimenting with a tty connection for R". Hence, I've updated the tty connection patch to work with R versions 2.13.0 and 2.13.1. And, instead of re-listing the patch files and re-writing instructions on their application, I've devoted a small portion of my Code page for this

Read more »

Manhattan plot with simulated data using ggplot2

July 21, 2011
By
Manhattan plot with simulated data using ggplot2

In an earlier post I discussed how you might approach producing Manhattan plots in R using ggplot2. Several readers had questions about the code samples in the post, and asked if I could post the complete code. I didn't think that would be very helpfu...

Read more »

Manhattan plot with simulated data using ggplot2

July 21, 2011
By
Manhattan plot with simulated data using ggplot2

In an earlier post I discussed how you might approach producing Manhattan plots in R using ggplot2. Several readers had questions about the code samples in the post, and asked if I could post the complete code. I didn’t think … Continue reading

Read more »

A Quick Look At Unemployment

July 21, 2011
By
A Quick Look At Unemployment

Labor market tightness is defined as the vacancies or job openings rate divided by the unemployment rate.  The theory goes that as job openings increase relative to the unemployment rate a tightness is created in that workers get the upper hand in...

Read more »

Smoothing temporally correlated data

July 21, 2011
By
Smoothing temporally correlated data

Something I have been doing a lot of work with recently are time series data, to which I have been fitting additive models to describe trends and other features of the data. When modelling temporally dependent data, we often need … Continue reading

Read more »

One-liners which make me love R: twitteR’s searchTwitter() #rstats

July 21, 2011
By
One-liners which make me love R: twitteR’s searchTwitter() #rstats

R reminds me a lot of English. It’s easy to get started, but very difficult to master. So for all those times I’ve spent… well, forever… trying to figure out the “R way” of doing something, I’m glad to share these quick wins. My recent R tutorial on mining Twitter for consumer sentiment wouldn’t have

Read more »

Showcasing the latest phylogenetic methods: AUTEUR

July 20, 2011
By
Showcasing the latest phylogenetic methods: AUTEUR

While high-speed fish feeding videos may be the signature of the lab, dig a bit deeper and you’ll find a wealth of comparative phylogenetic methods sneaking in.  It’s a natural union — expert functional morphology is the key to good comparative methods, just as phylogenies hold the key to untangling the evolutionary origins of that

Read more »

Regional differences on what drives CO2 emissions

July 20, 2011
By
Regional differences on what drives CO2 emissions

If you are investigating the change of CO2 emissions, then you might ask: Where do the changes occur? Well here is the answer.

The staircase plots show the contributing factors to CO2 emissions for each continent. population refers to population effects, gdp_pcap refers to income per capita, energy_intensity refers to energy used per dollar added value, and carbon intensity...

Read more »

Slides for Reproducible Research Talk at Interface 2011

July 20, 2011
By
Slides for Reproducible Research Talk at Interface 2011

I gave a talk at the Interface Symposium on reproducible research in practice. I went first in the session, so the slides have a bit more background and philosophy. It was a great session; one of Jon Claerbout's colleagues spoke, Sergey Fomel, a founding author of Madagascar; Sorin Mitran from UNC Chapel Hill talked about

Read more »

Simpson’s Paradox

July 20, 2011
By
Simpson’s Paradox

A few days ago I heard a talk about Simpson's paradox, and I decided to write a little example in R:library(MASS) # For multivariate normals# List of (vectors of) meansmu <- list(c(5, 175), c(6.25, 110))# List of covariance matricessigma ...

Read more »