sparse.mint.block_iteration | R Documentation |
Runs sgccak() modified from RGCCA
sparse.mint.block_iteration(
A,
design,
study = NULL,
keepA.constraint = NULL,
keepA = NULL,
scheme = "horst",
init = "svd",
max.iter = 100,
tol = 1e-06,
verbose = TRUE,
bias = FALSE,
penalty = NULL
)
A |
Data |
design |
Set design |
study |
Default set to NULL |
keepA.constraint |
Default set to NULL |
keepA |
Default set to NULL |
scheme |
Scheme, default set to "horst" |
init |
Init mode, default set to "svd" |
max.iter |
Max number of iterations, numeric, default set to 100 |
tol |
Tolerance, numeric, default set to 1e-06 |
verbose |
Default set to TRUE |
bias |
Default set to FALSE |
penalty |
Default set to NULL |
Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.