View source: R/sparsePCAloc_methods.R
summary.PCAloc | R Documentation |
Summary method for PCAloc
## S3 method for class 'PCAloc'
summary(object, ...)
object |
object of class PCAloc |
... |
other input variables. |
Summary for PCAloc
sparsePCAloc
#'
C1 = diag(c(1.1, 0.9, 0.6))
C2 = matrix(c(1.1, 0.1, -0.1,
0.1, 1.0, -0.2,
-0.1, -0.2, 0.7), ncol = 3)
C3 = (C1 + C2)/2
pca = sparsePCAloc(eta = 1, gamma = 0.5, cor = FALSE, COVS = list(C1, C2, C3),
n_max = 100, increase_rho = list(FALSE, 100, 1), trace = FALSE)
summary(pca)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.