dags: Extracting edge posterior probabilities

View source: R/extractors.R

dagsR Documentation

Extracting edge posterior probabilities

Description

This function extracts a list of matrices containing posterior probabilities of all edges in the graphs discovered by bnclustOmics when the parameter 'epmatrix' was set to TRUE

Usage

dags(x)

Arguments

x

object of class 'bnclustOmics'

Value

a list of matrices containing posterior probabilities of all edges in the graphs discovered by bnclustOmics when the parameter 'epmatrix' was set to TRUE

Examples

DAGs<-dags(bnres3)

bnClustOmics documentation built on Aug. 5, 2022, 5:11 p.m.