Skip to contents

A function summarizing posterior inference of a bayesynergy object.

Usage

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

Arguments

object

The fitted model to summarise, from bayesynergy.

...

further arguments passed to or from other methods.

Examples

if (FALSE) { # \dontrun{
library(bayesynergy)
data("mathews_DLBCL")
y_mat <- mathews_DLBCL$`ispinesib + ibrutinib`[[1]]
x_mat <- mathews_DLBCL$`ispinesib + ibrutinib`[[2]]
fit <- bayesynergy(y_mat,x_mat)
summary(fit)
} # }