### Loads the Liberal-Conservative scales from the 1980 ANES.
data(LC1980)
data <- LC1980[,-1] #Dump the column of self-placements
# \donttest{
bootbbt <- boot_blackbt(data, missing=c(0,8,9), dims=1,
minscale=8, iter=10)
# }
### 'bootbbt' can be retrieved quickly with:
data(bootbbt)
plot.boot_blackbt(bootbbt)
Run the code above in your browser using DataLab