ica_R_par: ICA parameter estimation function

Description Usage Arguments Value

Description

Adopted from fastICA package

Usage

1
ica_R_par(X, n.comp, tol, fun, alpha, maxit, verbose, w.init)

Arguments

X

Phenotype matrix with diemnsions g x N

n.comp

Number of components to be estimated or method to estimate it.

tol

Threshold for convergence

fun

Function to be used in ICA estimation

alpha

alpha for ICA, should be in range [1,2].

maxit

Maximum iterations

verbose

If TRUE details of the estimation process are shown.

w.init

Initial value for W, if left unspecified random numbers will be used.

Value

List with the following entries.


jinhyunju/icreport documentation built on May 19, 2019, 10:35 a.m.