print.clime | R Documentation |
Print a summary of the clime object.
## S3 method for class 'clime' print(x,digits = max(3, getOption("digits") - 3), ... )
x |
clime object. |
digits |
significant digits in printout. |
... |
additional print options. |
This call simply outlines the options used for computing a clime object.
The output above is invisiblly returned.
T. Tony Cai, Weidong Liu and Xi (Rossi) Luo
Maintainer: Xi (Rossi) Luo xi.rossi.luo@gmail.com
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.
## trivial example n <- 50 p <- 5 X <- matrix(rnorm(n*p), nrow=n) re.clime <- clime(X) print(re.clime)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.