Learn R Programming

ssMRCD (version 1.1.0)

summary.PCAloc: Summary method for PCAloc

Description

Summary method for PCAloc

Usage

# S3 method for PCAloc
summary(object, ...)

Value

Summary for PCAloc

Arguments

object

object of class PCAloc

...

other input variables.

See Also

sparsePCAloc

Examples

Run this code
#'
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)

Run the code above in your browser using DataLab