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

Try the phonTools package in your browser

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

phonTools documentation built on Nov. 21, 2023, 1:07 a.m.