plot.boot_blackbt {basicspace}R Documentation

Bootstrapped Blackbox Transpose Stimulus Plots

Description

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

Usage


## S3 method for class 'boot_blackbt'
plot(x, ...)

Arguments

x

an boot_blackbt 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

'blackbox_transpose', 'boot_blackbt'.

Examples



data(LC1980)
data=LC1980[,-1]

# Not run to save time, but loaded object is the output
# bootbbt <- boot_blackbt(data, missing=c(0,8,9), dims=1, minscale=8, iter=10)
data("bootbbt")

plot.boot_blackbt(bootbbt)


[Package basicspace version 0.24 Index]