R/print.Bayesianbetareg.R

Defines functions print.Bayesianbetareg

Documented in print.Bayesianbetareg

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

Try the Bayesianbetareg package in your browser

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

Bayesianbetareg documentation built on May 30, 2017, 2:35 a.m.