R/summary.ezCutoffs.R

Defines functions summary.ezCutoffs

#' @rawNamespace S3method(summary,ezCutoffs)
summary.ezCutoffs <- function(object, ...) {
  print(object[["simulationParameters"]])
  cat("\n")
  print(object[["summary"]])
}

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.