R/print.BANOVA.Poisson.R

Defines functions print.BANOVA.Poisson

Documented in print.BANOVA.Poisson

print.BANOVA.Poisson <-
function(x, ...){
  cat('Call:\n')
  print(x$call)
  cat('\n Coefficients: \n')
  print(data.frame(x$coef.tables$full_table))
  
}

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.