| plot.aldmck_positive {basicspace} | R Documentation |
plot.AM reads an aldmck object and plots the probability distribution
of the respondents and stimuli with positive weights.
plot.AM(x, xlim=c(-2,2), ...)
x |
an aldmck output object. |
xlim |
vector of length 2, fed to the plot function as the xlim
argument, which sets the minimum and maximum range of the x-axis. |
... |
other arguments to plot. |
A plot of the probability distribution of the respondent ideal points, along with the locations of the stimuli.
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
'aldmck', 'LC1980', 'summary.aldmck', 'plot.cdf', 'plot.aldmck'
### 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.aldmck_positive(result,xlim=c(-1.5,1.5))