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