Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in R Programming by (140 points)
subset.matrix <- is.subset(rules, rules)

subset.matrix[lower.tri(subset.matrix, diag=T)] <- NA

redundant <- colSums(subset.matrix, na.rm=T) >= 1

which(redundant)

Please log in or register to answer this question.

Browse Categories

...