Wednesday 19 December 2012

Italian elections (1)

You'd think that the last week before the holidays would be very quiet and not much would be going on. Well, if you did, you'd be wrong, I guess, as the last few days have been quite busy (for many reasons). 

Anyway, I managed to track down some better data on a set of recent polls for the upcoming Italian elections. Most of the public sites I found had a basic table with the proportions representing the voting intentions for a set of units sampled in a given poll. This means that the actual sample size (or any other information about the poll) is in general not present, making it impossible to appreciate any form of uncertainty associated with the estimations. 

I think I may be able to get good quality information from YouTrend.it, who collect this kind of information too (although it is not directly present in the data that are publicly available). This would be good; and we may be able to update the estimations in some clever way, as more polls are conducted closer to the actual date of the elections.

But in the meantime I've compiled a list of the polls conducted after October and, for nearly all of them, I was able to link the sample size. This was by no means systematic, as I was trying to get what was available and usable; on the plus side, however, I think that I actually got most of the reasonably sized ones. The resulting dataset consists of $N=45$ polls, collecting voting intentions for $J=11$ parties, which will all take part in the "event".

I've hastily run a relatively simple multinomial regression model. For each poll, I modelled the observed vector of voting intentions $\mathbf{y}_i = (y_{i1},\ldots,y_{iJ})$ as 
$$ \mathbf{y}_i \sim \mbox{Multinomial}(\boldsymbol{\pi}_i,n_i) $$
where $\boldsymbol\pi_i=(\pi_{i1},\ldots,\pi_{iJ})$ is the vector of polls- and party-specific probabilities; each of them is defined as
$$ \pi_{ij} = \frac{\phi_{ij}}{\sum_{j=1}^J \phi_{ij}}. $$
The elements $\phi_{ij}$ represent some sort of "un-normalised" probabilities (voting intentions) and for now I have modelled them using a convenient log-linear predictor
$$ \log(\phi_{ij}) = \alpha_j + \beta_{ij}. $$
The parameters $\alpha_j$ are the "pooled estimation" of the (un-normalised) voting intentions for party $j$ (where pooling is across the $N$ polls), while the parameters $\beta_{ij}$ are poll-party interactions. For now, I gave them vague, independent Normal priors and I re-scaled the $\alpha_j$'s to obtain an estimation of the pooled probabilities of votes for each party
$$ \theta_j = \frac{\exp(\alpha_j)}{\sum_{j=1}^J \exp(\alpha_j)}. $$
Although relatively quick and dirty, the model gives some interesting results. Using the coefplot2 package in R, one can summarise them in a graph like the following.

The dots are the means of the posterior distributions, while the light and dark lines represent, respectively, the 50% and 95% interval estimations. Much as I thought before, the interesting thing is that the Democratic Party (PD) seems to have a firm lead, while the two parties fiercely competing for the worst name ever to be bestowed upon a political party, Berlusconi's PDL (which translates as "Freedom People") and M5S ("5 Stars Movement") are also competing fiercely for the same chunk of votes. Also, there's a myriad of small parties, fighting for 2%-5%.

Of course, the model is far from ideal $-$ for example, I think one could model the parameters $\alpha_1,\ldots,\alpha_J \sim \mbox{Normal}(\boldsymbol{\mu},\boldsymbol{\Sigma})$ to account for potential correlation across the parties. This for example would make it possible to encode the fact that those showing intention to vote for PD are very unlikely to then switch to PDL.

4 comments:

  1. Interesting stuff... we are working on a somewhat similar model (plus we used social media data). A preview was tested during the primaries of democratic party. You can read about it here: http://snsitalia.wordpress.com/2012/11/29/i-social-media-non-sono-voti-le-primarie-del-centrosinistra-e-lanalisi-predittiva/

    ReplyDelete
  2. Thanks FG $-$ your work is certainly relevant. Have you got more details on the technical aspects?

    ReplyDelete
  3. Hi Gianluca,
    interesting analysis, and I like your idea of modelling the correlations between parties. Did you give a look at http://www.sondaggipoliticoelettorali.it/ ? This is the official site of the government where public polls must be registered.

    So, who do you think will be the Nate Silver of italian elections?

    ReplyDelete
  4. Thanks Timavo; I didn't know about this website, which indeed contains lots of information $-$ trouble is that the data are not systematically available in a proper dataset ready for analysis. If I understand correctly how it works, you'd need to dig out all the information and then put it in a suitable table collecting the surveys of interest.

    Doable, but it wouldn't take much for whoever is managing the data to make them available in a format that would allow:
    1) easy use of public (and relevant) information;
    2) a clear understanding of the results of the polls.

    This is, I think, the most important thing: to know that x% don't want Berlusconi do lead the next government is good information. But it's not good enough information. What bothers me is that to provide the extra data doesn't really cost much (or anything at all!)...

    ReplyDelete