Learn R Programming

bnClustOmics (version 1.1.1)

dags: 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)

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

Arguments

x

object of class 'bnclustOmics'

Examples

Run this code
DAGs<-dags(bnres3)

Run the code above in your browser using DataLab