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

Try the Rfit package in your browser

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

Rfit documentation built on Sept. 8, 2023, 5:59 p.m.