Skip to contents

Creates a summary of a bhm object

Usage

# S3 method for class 'bhm'
summary(object, ...)

Arguments

object

bhm object

...

further arguments passed to or from other methods

Value

a list containing posterior summaries on log scale and exp scale

Examples

if (FALSE) { # \dontrun{
data(melanoma2)
fit <- bhm(melanoma2)
summary(fit)
} # }