colombia {basicspace} | R Documentation |
Liberal-Conservative 10-point scales from the University of Salamanca's Parliamentary Elites of Latin America (PELA) survey. Stored as a matrix of integers. The number 99 is a missing value. These data come from Sebastian Saiegh and are used in the paper and book cited below.
data(colombia)
The data is formatted as an integer matrix with the following elements.
colombia |
matrix, containing reported placements of various stimuli on a 10 point Liberal-Conservative scale:
|
Keith Poole ktpoole@uga.edu
Howard Rosenthal hr31@nyu.edu
Jeffrey Lewis jblewis@ucla.edu
James Lo lojames@usc.edu
Royce Carroll rcarroll@rice.edu
Sebastian Saiegh. 2009. ‘Recovering a Basic Space from Elite Surveys: Evidence from Latin America.’ Legislative Studies Quarterly. 34(1): 117-145.
Sebastian Saiegh. 2011. Ruling By Statute: How Uncertainty and Vote-Buying Shape Lawmaking. New York: Cambridge University Press.
'aldmck', 'summary.aldmck', 'plot.aldmck', 'plot.cdf'.
### Loads and scales the Liberal-Conservative scales from the 2004 PELA survey
data(colombia)
tmp <- colombia[,c(5:8,12:17)]
result <- aldmck(data=tmp, polarity=7, respondent=10, missing=c(99),verbose=TRUE)
summary(result)
plot.cdf(result)