Skip to content

Commit

Permalink
messaging was off - function was fine
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Mar 31, 2021
1 parent 79e23d2 commit 9d8c9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/staple_multi_mat.R
Expand Up @@ -74,7 +74,7 @@ staple_multi_mat = function(
not_all_same = rep(TRUE, ncol(x))
}

if (verbose) {
if (verbose && drop_all_same) {
message("Removing elements where all raters agree")
}
xsame = x[, !not_all_same]
Expand Down

0 comments on commit 9d8c9d3

Please sign in to comment.