R/summary.ezCutoffs.R

Defines functions summary.ezCutoffs

#' @rawNamespace S3method(summary,ezCutoffs)
summary.ezCutoffs <- function(object, ...) {
  print(object[["simulationParameters"]])
  cat("\n")
  print(object[["summary"]])
}
bschmalbach/ezCutoffs documentation built on Sept. 18, 2020, 6:32 p.m.