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])
}

Try the ezCutoffs package in your browser

Any scripts or data that you put into this service are public.

ezCutoffs documentation built on Dec. 4, 2019, 5:06 p.m.