simulateGraph: function to simulate multiple sparse graphs
Description
function to simulate multiple sparse graphs
Usage
simulateGraph(p = 20, N = 2, seedNum = 37, s = 0.1, ss = 0.1)
Arguments
seedNum
seed number for random simulation
s
controls sparsity of the generated graph
ss
controls sparsity of the generated graph
Value
a list of N related sparse pXp precision matrices (graphs)