Publications by jprimav

Mappa choropleth eventi di musica a Roma

16.03.2017

Dove si svolgono gli eventi musicali a Roma? Prendiamo una settimana qualsiasi e visualizziamo, con R, gli eventi su una mappa di Roma divisa per zone urbanistiche. L’API di Allevents è un’ottima fonte per recuperare i dati sugli eventi di Facebook. In questo studio si analizzano gli eventi classificati come ‘parties’, ‘music’ o ‘...

1535 sym R (3529 sym/9 pcs) 8 img

R Training – The Basics

20.03.2017

This is the first module of a five-module training on R I conceived and taught to my ex-colleagues back in December 2016. RStudio is the suggested IDE to go through this module. For the raw code, example data and resources visit this repo on GitHub. Tips This notebook mixes plain text and R code (highlighted text in the boxes) Everything to t...

10460 sym R (5485 sym/80 pcs) 4 img

R Training – Functions and programming blocks

20.03.2017

This is the second module of a five-module training on R I conceived and taught to my ex-colleagues back in December 2016. RStudio is the suggested IDE to go through this module. For the raw code, example data and resources visit this repo on GitHub. Introduction Typing commands each time you need them is not very efficient Control statements a...

13470 sym R (5373 sym/41 pcs) 8 img

R Training – Data Manipulation

20.03.2017

This is the third module of a five-module training on R I conceived and taught to my ex-colleagues back in December 2016. RStudio is the suggested IDE to go through this module. For the raw code, example data and resources visit this repo on GitHub. Setup Load the packages in your workspacelibrary(data.table) library(dplyr)Let’s work with iris...

4192 sym R (2699 sym/31 pcs) 2 img

R Training – Data Visualization

20.03.2017

This is the fourth module of a five-module training on R I conceived and taught to my ex-colleagues back in December 2016. RStudio is the suggested IDE to go through this module. For the raw code, example data and resources visit this repo on GitHub. Graphics in data projects can be useful for several tasks including: understand data properties ...

9403 sym R (4385 sym/27 pcs) 38 img

The most business-friendly countries in 2016

30.03.2017

Which is the most business-friendly country, according to World Bank? Reading about the internazionalization of italian SMEs (Small and Medium Enterprises, < 250 employees) I discovered an interesting indicator provided by the World Bank. It is called ‘Ease of doing business’ and it is used to rank economies worldwide on their business-friend...

2871 sym R (12942 sym/28 pcs) 2 img