R/print.summary.rcr.R

#' @export

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