print.EMFASTICAALG: print.EMFASTICAALG

Description Usage Arguments Examples

Description

print method for class EMFASTICAALG.

Usage

1
2
## S3 method for class 'EMFASTICAALG'
print(x, ...)

Arguments

x

An EMFASTICA object.

Examples

1
2
3
4
5
## An Example that runs the NSMM-ICA algorithm on Cohen's tone data
data(tonedata, package="mixtools")

b <- EMFASTICAALG(tonedata, 2, h=0, tol=1e-8)
print(b)

xiaotianzhu/icamix documentation built on May 20, 2019, 6:02 p.m.