Posts Tagged ‘ visualization ’

A wordcloud comparison of the 2011 and 2012 #SOTU

January 24, 2012
By
A wordcloud comparison of the 2011 and 2012 #SOTU

I wrote a quick (and very dirty) R script for creating a comparison cloud and a commonality cloud for President Obama’s 2011 and 2012 State of the Union speeches*. The cloud on the left shows words that have different frequencies between the two spe...

Read more »

Interactive Graphics with the iplots Package (from “R in Action”)

January 24, 2012
By
Interactive Graphics with the iplots Package (from “R in Action”)

(This article was first published on R-statistics blog » R, and kindly contributed to R-bloggers) The followings introductory post is intended for new users of R.  It deals with interactive visualization using R through the iplots package. This is a guest article by Dr. Robert I. Kabacoff, the founder of (one of) the first online...

Read more »

Reproducible Research with R: Cost of energy and mutual shadows in a two-axis tracking PV system

January 1, 2012
By
Reproducible Research with R: Cost of energy and mutual shadows in a two-axis tracking PV system

  Some days ago the journal Renewable Energy published my last paper “Cost of energy and mutual shadows in a …

Continuar leyendo »

Read more »

An R function to map your Twitter Followers

December 21, 2011
By
An R function to map your Twitter Followers

I wrote a little function to make a personalized map of who follows you or who you follow on Twitter. The idea for this function was inspired by some plots I discussed in a previous post. I also found a lot of really useful code over at flowing data he...

Read more »

Visualizing categorical data in R

December 21, 2011
By
Visualizing categorical data in R

I came across an interesting SAS macro that was used for visualizing log odds relationships of data.  This type of chart is helpful for visualizing the relationship between a binary dependent variable and a continuous independent variable.  I...

Read more »

Some example graphs in corrplot 0.60

December 8, 2011
By

corrplot 0.60 is on CRAN now, here are some example graphs:

Read more »

animation with gridSVG

November 12, 2011
By
animation with gridSVG

Some time ago I posted a question in stackoverflow to learn how to produce a multipage SVG file. This is easy if you want a PDF: But the PDF file is not really useful to get something similar to a slideshow. There wasn’t a definitive answer but the best comment was: “to make R...

Read more »

Diagram for a Bernoulli process (using R)

November 10, 2011
By
Diagram for a Bernoulli process (using R)

A Bernoulli process is a sequence of Bernoulli trials (the realization of n binary random variables), taking two values (0/1, Heads/Tails, Boy/Girl, etc…). It is often used in teaching introductory probability/statistics classes about the binomial distribution. When visualizing a Bernoulli process, it is common to use a binary tree diagram in order to show...

Read more »

A New Dimension to Principal Components Analysis

October 27, 2011
By
A New Dimension to Principal Components Analysis

In general, the standard practice for correcting for population stratification in genetic studies is to use principal components analysis (PCA) to categorize samples along different ethnic axes.  Price et al. published on this in 20...

Read more »

Mapping Hotspots with R: The GAM

October 25, 2011
By
Mapping Hotspots with R: The GAM

I've been getting a lot of questions about the method used to map the hotspots in the seasonal drunk-driving risk maps.  It uses the GAM (Geographical Analysis Machine), a way of detecting spatial clusters from two data inputs: the data of interes...

Read more »

Sponsors