print.clime {clime}R Documentation

print a clime object

Description

Print a summary of the clime object.

Usage

## S3 method for class 'clime'
print(x,digits = max(3, getOption("digits") - 3), ... )

Arguments

x

clime object.

digits

significant digits in printout.

...

additional print options.

Details

This call simply outlines the options used for computing a clime object.

Value

The output above is invisiblly returned.

Author(s)

T. Tony Cai, Weidong Liu and Xi (Rossi) Luo
Maintainer: Xi (Rossi) Luo xi.rossi.luo@gmail.com

References

Cai, T.T., Liu, W., and Luo, X. (2011). A constrained \ell_1 minimization approach for sparse precision matrix estimation. Journal of the American Statistical Association 106(494): 594-607.

Examples

## trivial example
n <- 50
p <- 5
X <- matrix(rnorm(n*p), nrow=n)
re.clime <- clime(X)
print(re.clime)

[Package clime version 0.5.0 Index]