R/print_bcgam.R

Defines functions print.bcgam

#' @export
#' @keywords internal
print.bcgam <- function(x,...)
{
	mean.alpha=apply(x$alpha.sims,2,"mean")
	names(mean.alpha)=x$znms	
	cat("Call:\n")
	print(x$call)
	cat("\nCoefficients:\n")
	print(mean.alpha)	
}

Try the bcgam package in your browser

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

bcgam documentation built on May 2, 2019, 8:42 a.m.