R at Google

2010-12-13 | #OpenSource #R

“…One interesting application is the Google Flu Trends project, which uses R to estimate current flu activity based on Google search results. Google Trends aggregates user search queries showing how often a particular word or phrase has been searched.

Continue reading 


Rante, il sito degli utenti R in Italia

2010-09-15 | #OpenSource #R

“Rante è una comunità di utenti appassionati di R, un ambiente di programmazione open source ideato principalmente per l’analisi statistica dei dati. Si fonda nella condivisione della filosofia del software libero e nella convinzione che avere un punto di ritrovo e scambio comune, non solo virtuale, possa portare benefici per tutti coloro che sono interessati all’uso di questo ambiente di programmazione…” [rante.

Continue reading 


Geographic maps in R: Italy

2010-09-13 | #Me #OpenSource #Programming #R

As suggested by this post, I created an Italian map with the following R code using the sp package and the GADM maps library(sp) con <- url(“http://gadm.org/data/rda/ITA_adm1.RData”) print(load(con)) close(con) # giving random values to the Italian regions (1,2,3,5,1,2,3,4,5,…)

Continue reading 