R/summary-bhm.R
summary.bhm.Rd
Creates a summary of a bhm object
# S3 method for class 'bhm' summary(object, ...)
bhm object
further arguments passed to or from other methods
a list containing posterior summaries on log scale and exp scale
if (FALSE) { # \dontrun{ data(melanoma2) fit <- bhm(melanoma2) summary(fit) } # }