Learn R Programming

basicspace (version 0.13)

plot.boot_aldmck: Bootstrapped Aldrich-McKelvey Stimulus Plots

Description

plot.boot_aldmck reads an boot_aldmck object and plots a dotchart of the stimuli with estimated confidence intervals.

Usage

## S3 method for class 'boot_aldmck':
plot(x, \ldots)

Arguments

x
an boot_aldmck output object.
...
other arguments to plot.

Value

  • A dotchart of estimated stimulus locations, with 95 percent confidence intervals. Point estimates are estimates from the original data set.

See Also

'aldmck', 'boot_aldmck'.

Examples

Run this code
data(LC1980)
result <- boot_aldmck(data=LC1980, polarity=2, respondent=1, missing=c(0,8,9), iter=100)
plot(result)

Run the code above in your browser using DataLab