| print.boot_glasso | R Documentation |
Print Method for boot_glasso
## S3 method for class 'boot_glasso'
print(x, ...)
x |
A |
... |
Additional arguments (ignored). |
The input object, invisibly.
set.seed(1)
dat <- as.data.frame(matrix(rnorm(60), ncol = 3))
bg <- boot_glasso(dat, iter = 10, cs_iter = 5, centrality = "strength")
print(bg)
set.seed(42)
mat <- matrix(rnorm(60), ncol = 4)
colnames(mat) <- LETTERS[1:4]
boot <- boot_glasso(as.data.frame(mat), iter = 20, cs_iter = 10,
centrality = "strength", seed = 42)
print(boot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.