data(Bus)
# labels for Bus data
laba <- rownames(Bus)
labb <- substr(colnames(Bus)[1:5],1,1)
labc <- substr(colnames(Bus)[seq(1,ncol(Bus),5)],3,8)
# T3 solution
BusT3 <- T3funcrep(Bus, 7, 5, 37, 2, 2, 2, 0, 1e-6)
## Not run:
# # Bootstrap analysis on T3 solution using matching via optimal transformation
# boot <- bootstrapT3(Bus, BusT3$A, BusT3$B, BusT3$C, BusT3$H, 7, 5, 37, 2, 2, 2,
# 1e-6, 0, 0, 1, laba, labb, labc)
# # Bootstrap analysis on T3 solution using matching via orthogonal rotation
# # (when labels are not available)
# boot <- bootstrapT3(Bus, BusT3$A, BusT3$B, BusT3$C, BusT3$H, 7, 5, 37, 2, 2, 2,
# 1e-6, 0, 0, 0)
# ## End(Not run)
Run the code above in your browser using DataLab