HomeDataPapersCodeCoursesLinks

 
Cosponsorship Data
(Argentine Congress)
 

Replication Material (Argentine Cosponsorship Data) used in

Aleman, Eduardo, Ernesto Calvo, Mark P. Jones, Noah Kaplan. "Comparing Cosponsorship and Roll Call Ideal Points." Legislative Studies Quarterly, XXXIV, 1,February, 2009.

The Cosponsorship data for the US Congress was collected by James Fowler (UCSD).

If you are interested in the US Congress data (James Fowler's data in wide Stata format) to replicate the results from our article click here.

 

To download the Datasets for the Argentine Congress

1.    Zip file containing all the cosponsorship data from the Argentine Congress (1983-2007), long Stata 9 format, can be downloaded from here

2.    Zip files containing separate lower house (Diputados- 1 zip with 12 .dta files) and the upper house data (Senadores- 1 zip with 12 .dta files). Wide files Stata 9 format.  

3.    Zip file with Ideal Point estimates (cosponsorship) of the Argentine Congress.

 

To Replicate our Analysis

 

If you are interested in loading the data in R 2.7 and retrieving all the information use this replication code

To run the replication code, create a folder “C:\argentina” and unzip the House and Senate files.

Install R 2.6 or higher.

Copy and Paste the code from the replication file all at once.

 If you decide to copy and paste in steps (to see what the code is doing), make sure to copy and paste together the section:

 

##

## Loop over all 12 diputados datasets or all 12 senadores datasets

##

for (i in 1:Z){

for (i in 1:Z){

…..

…..

….. vcolor[[i]]<-color

}

##

##  Finish the loop. The Data has been created

##  To see Ideal Point Estimates

 

       

     Why using cosponsorship data to study Legislatures around the world?

There are many reasons to use cosponsorship data to retrieve ideal point estimates:

  • First, while in many legislatures it is difficult to obtain roll call data to estimate the preferences of legislators, cosponsorship data is relatively abundant and readily available.

  • Second, cosponsorship data provides information about the preferences of legislators prior to floor level voting pressures.

  • Third, in contrast with roll call, data which is generally available only for a small subsample of bills, cosponsorship data generally includes most bill initiatives.

  

What type of problems should be resolved to take advantage of the cosponsorship data?

Most bill initiatives have only a handful of cosponsor. Consequently, cosponsorship data is saturated with zeros.

  • To deal with this problem there are a number of social network models we can use.

  • Alternatively, we can compute agreement matrices from the raw data and estimate ideal points using any number of Item Response Models.

  • In the article “Comparing Cosponsorship and Roll Call Ideal Points” we use Principal Component Analysis on the log transformed agreement matrices.

  • However, there are a large number of statistical models than can be used to retrieve ideal point estimates from properly transformed cosponsorship data.