R/print.Binomial.SGoF.R

Defines functions print.Binomial.SGoF

Documented in print.Binomial.SGoF

print.Binomial.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("\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.