sparse.mint.block_iteration: Perform Sparse Generalized Canonical Correlation (sgccak)

Description Usage Arguments Author(s)

View source: R/stats_spls.R

Description

Runs sgccak() modified from RGCCA

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
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
)

Arguments

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

Author(s)

Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)


xia-lab/MetaboAnalystR3.0 documentation built on May 6, 2020, 11:03 p.m.