R/print.Bayesian.SGoF.R

Defines functions print.Bayesian.SGoF

Documented in print.Bayesian.SGoF

print.Bayesian.SGoF <-
function(x, ...){
cat("Call:\n") 
print(x$call) 
cat("\n")
cat("Parameters:","\n")
cat("alpha=",x$alpha,"\n")
cat("gamma=",x$gamma,"\n")
cat("P0=",x$P0,"\n")
cat("a0=",x$a0,"\n")
cat("b0=",x$b0,"\n")
cat("\n")
cat("Rejections:\n") 
print(x$Rejections)
}

Try the sgof package in your browser

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

sgof documentation built on Sept. 8, 2023, 5:34 p.m.