plot.boot_aldmck: Bootstrapped Aldrich-McKelvey Stimulus Plots

Description Usage Arguments Value Author(s) See Also Examples

View source: R/basicspace.R

Description

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

Usage

1
2
## S3 method for class 'boot_aldmck'
plot(x, ...)

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.

Author(s)

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

See Also

'aldmck', 'boot_aldmck'.

Examples

1
2
3
data(LC1980)
result <- boot_aldmck(data=LC1980, polarity=2, respondent=1, missing=c(0,8,9), iter=30)
plot(result)

basicspace documentation built on Jan. 11, 2020, 9:32 a.m.