plot.boot_aldmck {basicspace} | R Documentation |
plot.boot_aldmck
reads an boot_aldmck
object and plots a dotchart of the stimuli with estimated confidence intervals.
## S3 method for class 'boot_aldmck'
plot(x, ...)
x |
an |
... |
other arguments to |
A dotchart of estimated stimulus locations, with 95 percent confidence intervals. Point estimates are estimates from the original data set.
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
'aldmck', 'boot_aldmck'.
data(LC1980)
result <- boot_aldmck(data=LC1980, polarity=2, respondent=1, missing=c(0,8,9), iter=30)
plot(result)