R/print.summary.oneway.rfit.R

print.summary.oneway.rfit <- function (x, digits = max(5, .Options$digits - 2),
  ...) {
  cat("\nMultiple Comparisons\n")
  cat(paste("Method Used ",x$method),"\n\n")
  print(cbind(x$table[,1:2],round(x$table[,3:6],digits)))
}

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.