summary.hglasso: Plot an object of class 'hglasso', 'hcov', or 'hbn'

View source: R/summary.hglasso.R

summary.hglassoR 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

an object of class hglasso, hcov, or hbn.

...

any other arguments passed to print.

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.

hglasso documentation built on May 13, 2022, 9:06 a.m.