R/printCoefmat.R

printCoefmat <-
function (coef_table){
  print(data.frame(coef_table))
  cat('---')
  cat('\nSignif. codes: 0 *** 0.001 ** 0.01 * 0.05 . 0.1 1 \n')
}

Try the BANOVA package in your browser

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

BANOVA documentation built on June 21, 2022, 9:05 a.m.