Description Usage Arguments Details Value Examples
View source: R/graph-learning.R
Horseshoe method for graphical structure inference
1 |
obj |
The carlasso_out object from CARlasso |
Bbar |
Prior mean of regression coefficients, default all 0s |
A |
Prior precision of regression coefficients, default 1e-8 |
nu |
Prior degree of freedom of the Wishart on precision matrix |
V |
prior covariance matrix of the Wishart on precision matrix |
thr |
threshold for horseshoe inference, default 0.5 |
This method fits a linear regression with less informative prior on any parameters and compare the posterior mean with the LASSO result. If LASSO is comparably less than result without sparsity prior, we argue that the edge should be absent
A carlasso_out
object with learned binary adjacency matrix and multi-response linear regression MCMC out put
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.