plot.aldmck {basicspace}R Documentation

Aldrich-McKelvey Coordinate Distribution Plot

Description

plot.aldmck reads an aldmck object and plots the probability distribution of the respondents and stimuli.

Usage

plot.aldmck(x)

Arguments

x an aldmck output object.

Value

A plot of the probability distribution of the respondent ideal points, along with the locations of the stimuli.

Author(s)

Keith Poole kpoole@ucsd.edu

Howard Rosenthal rosentha@princeton.edu

Jeffrey Lewis jblewis@ucla.edu

James Lo jameslo@ucla.edu

Royce Carroll rcarroll@rice.edu

See Also

'aldmck', 'LC1980', 'summary.aldmck', 'plot.AM', 'plot.cdf' 'plot.aldmck_negative','plot.aldmck_positive'.

Examples

### Loads and scales the Liberal-Conservative scales from the 1980 NES.
data(LC1980)
result <- aldmck(data=LC1980, polarity=2, respondent=1, missing=c(0,8,9),verbose=TRUE)
summary(result)
plot(result)

[Package basicspace version 0.01 Index]