# NOT RUN {
# Use only positive correlations
disjoint(mtcars, mrit_min = .4)
# Include negative correlations
disjoint(mtcars, mrit_min = .4, negative_too = TRUE, sclvals = c(1,7))
# Change the treatment of missing values
disjoint(mtcars, mrit_min = .4, use = "all.obs")
# }
Run the code above in your browser using DataLab