Description Usage Arguments Value Note Examples
Generate True Partial Correlation Matrix
1 | gen_net(p = 20, edge_prob = 0.3, lb = 0.05, ub = 0.3)
|
p |
number of variables (nodes) |
edge_prob |
connectivity |
lb |
lower bound for the partial correlations |
ub |
upper bound for the partial correlations |
A list with the true structure, adjacency matrix, and correlation matrix.
The function checks for a valid matrix (positive definite),
but sometimes this will
still fail. For example, for larger p
, to have
large partial correlations this requires a sparse GGM
(accomplished by setting edge_prob
to a small value).
1 | true_net <- gen_net(p = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.