Learn R Programming

basicspace (version 0.24)

bootbbt: Blackbox Transpose Bootstrap of 1980 Liberal-Conservative Scales.

Description

Output from 10 bootstrap trials of LC1980 data. Included to allow the example to run sufficiently quickly to pass CRAN guidelines.

Usage

data(bootbbt)

Arguments

Value

See 'boot_blackbt'.

See Also

'LC1980', 'boot_blackbt', 'plot.boot_blackbt'.

Examples

Run this code
# NOT RUN {

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)


# }

Run the code above in your browser using DataLab