R/print.raov.R

print.raov <- function (x, digits = max(5, .Options$digits - 2), ...) {
  cat("\nRobust ANOVA Table\n")
  Table<-round(x$tab,digits)
  print(Table,...)
}

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.