# Generating multivariate normal data from a 'circle' graph
data.sim <- bdgraph.sim( n = 70, p = 6, graph = "circle", vis = TRUE )
output <- bdgraph( data = data.sim, iter = 10000 )
phat( output, round = 2 )
Run the code above in your browser using DataLab