summary.hglasso {hglasso} | R Documentation |
Plot an object of class hglasso
, hcov
, or hbn
Description
This function provides some information for an object hglasso
, hcov
, or hbn
.
Usage
## S3 method for class 'hglasso'
summary(object, ...)
Arguments
object |
|
... |
any other arguments passed to |
Details
Some information for an object hglasso, hcov, or hbn: (1) The number of observations n and the number of features p. (2) The number of edges in Theta, V, and Z. (3) The indices for hub nodes, and also the number of edges within each hub node.
Author(s)
Kean Ming Tan
References
Tan et al. (2014). Learning graphical models with hubs. Journal of Machine Learning Research 15(Oct):3297-3331.
See Also
image.hglasso
plot.hglasso
hglasso
hcov
hbn
Examples
# See example in hglasso, hcov, or hbn.
[Package hglasso version 1.3 Index]