print.summary.EMFASTICAALG: print.summary.EMFASTICAALG

Description Usage Arguments Value Examples

Description

print method for class summary.EMFASTICAALG.

Usage

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

Arguments

x

An summary.EMFASTICA object.

...

Value

Returned (invisibly) is the full value of x itself.

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(summary(b))

icamix documentation built on May 2, 2019, 3:41 p.m.