# NOT RUN {
# obtain SAPA items
items <- psychTools::spi[,c(11:20)]
# weighted topological overlap
redund <- node.redundant(items, method = "wTO", type = "adapt")
# partial correlation
redund <- node.redundant(items, method = "pcor", type = "adapt")
# threshold
redund <- node.redundant(items, method = "thresh", sig = .20)
# }
Run the code above in your browser using DataLab