Description Usage Arguments Details Value Author(s)
View source: R/network.estimate.R
Estimate multiple conditional dependency networks and their intersections.
1 | network.estimate(X, lambda = NULL, method = "MB", rule = "OR")
|
X |
a list of standardized design matrices with the same number of columns. |
method |
method for network estimation: neighborhood selection ("MB"). |
rule |
"AND" or "OR" rule for the estimation. |
lambda |
a vector of tuning parameters. |
Estimate multiple conditional dependency networks and their intersections
An R ‘list’ with elements:
est |
a list of estimated adjacency matrices. |
common |
adjacency matrix of the common network. |
Sen Zhao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.