R/print.anova.rcr.R

# Copyright (c) 2015 Santiago Barreda
# All rights reserved.

print.anova.rcr <-
function (x, ...){
  cat ("\nSignificance Tests for Groups of Coefficients\n\n")
  cat ("\nCall:\n\n")
  print (x$call)
  
  cat ("\n\n")
  printCoefmat (x$coefficients, has.Pvalue = TRUE)
}
santiagobarreda/phonTools documentation built on March 4, 2024, 11:13 p.m.