R/print.ezCutoffs.R

Defines functions print.ezCutoffs

#' @export
print.ezCutoffs <- function(x, ...) {
  filter <- c(grep("Empirical", names(x$summary)), grep("Cutoff", names(x$summary)))
  print(x$summary[, filter])
}
bschmalbach/ezCutoffs documentation built on Sept. 18, 2020, 6:32 p.m.