Simulates a GGM as described by Yin and Li (2011), using the Watts and Strogatz (1998) algorithm for generating the graph structure (see watts.strogatz.game
).
genGGM(Nvar, p = 0, nei = 1, parRange = c(0.5, 1), constant = 1.5, propPositive = 0.5)
Number of nodes
Rewiring probability (see watts.strogatz.game
).
Neighborhood (see watts.strogatz.game
).
Range of partial correlation coefficients to be originally sampled.
A constant as described by Yin and Li (2011).
Proportion of edges to be set positive.
Yin, J., and Li, H. (2011). A sparse conditional gaussian graphical model for analysis of genetical genomics data. The annals of applied statistics, 5(4), 2630.
Watts, D. J., & Strogatz, S. H. (1998). Collective dynamics of `small-world' networks. nature, 393(6684), 440-442.