R/print.NegBinBetaBinreg.R

print.NegBinBetaBinreg <-
function(x, ...)
{
  
  cat (" \n            ################################################################
            ###    Negative Binomial or Beta Binomial Regression         ###
            ################################################################ \n")
  
  cat("\n Call: \n")
  
  print(x$call)
  cat("\n Coefficients: \n")
  print(x$coefficients)
  
}

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.