convertEPMatrixToColumns: Convert edge prob matrix to a column matrix

Description Usage Arguments Details

View source: R/diagnostics.R

Description

Want to convert the ep list to a matrix with individual edges in the columns with the edges ordered according to as.table in splom

Usage

1
  convertEPMatrixToColumns(epl, numberOfNodes, verbose)

Arguments

epl

A matrix of edge probability matrices, each corresponding to a separate bin

numberOfNodes

The number of nodes in the matrix

verbose

Should progress text be output?

Details

ie 1->1, 1->2, 1->3, ... , 2->1, 2->2, ...


rjbgoudie/structmcmc documentation built on Nov. 3, 2020, 3:41 a.m.