R/print.summary.NegBinBetaBinreg.R

print.summary.NegBinBetaBinreg <-
function(x, ...){
  
  cat (" \n            ################################################################
            ###     Negative Binomial or Beta Binomial Regression        ###
            ################################################################ \n")
  
  cat("\n Call: \n")
  print(x$call)
  cat("\n")
  
  printCoefmat(x$coefficients, digits=4)
  
  cat("\n AIC: \n")
  print(x$AIC)
  
  cat("\n BIC: \n")
  print(x$BIC)
  
}

Try the NegBinBetaBinreg package in your browser

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

NegBinBetaBinreg documentation built on May 2, 2019, 10:52 a.m.