R/print.oneway.rfit.R

print.oneway.rfit <- function (x, digits = max(5, .Options$digits - 2), ...) {
  cat("Call:\n")
  print(x$call)
  cat("\nOverall Test of All Locations Equal \n")
  print(drop.test(x$fit))
  cat("\n")
  print(x$pp)
}
kloke/Rfit documentation built on Sept. 9, 2023, 7:20 p.m.