R/print.med1way.R

Defines functions print.med1way

Documented in print.med1way

print.med1way <-
function(x,...)
{
  cat("Call:\n")
  print(x$call)
  cat("\nTest statistic F:", round(x$test, 4),"\n")
# cat("Degrees of freedom 1:", x$df1, "\n")
# cat("Degrees of freedom 2:", x$df2, "\n")
  if (!is.na(x$crit.val)) cat("Critical value:", round(x$crit.val, 4),"\n")
  cat("p-value:", round(x$p.value, 5), "\n")
  cat("\n")
}

Try the WRS2 package in your browser

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

WRS2 documentation built on Nov. 2, 2023, 6:25 p.m.