R/print.Bayesiangammareg.R

Defines functions print.Bayesiangammareg

Documented in print.Bayesiangammareg

print.Bayesiangammareg <-
function(x, ...)
{
  
  cat (" \n         ################################################################
       ###                 Bayesian Gamma Regression                ###
       ################################################################ \n")
  
  cat("\n Call: \n")
  
  print(x$call)
  cat("\n Coefficients: \n")
  print(x$coefficients)
  
}

Try the Bayesiangammareg package in your browser

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

Bayesiangammareg documentation built on March 26, 2020, 7:52 p.m.