R/print.helldistp.R

Defines functions print.helldistp

#' @export  

print.helldistp <- function(helldistp){
		cat('Hellinger distance for', helldistp$distnam,'distribution \n')
		print(signif(helldistp$hdist, 2))		
		}
cbrown5/BayeSens documentation built on April 26, 2020, 12:40 a.m.