Learn R Programming

icamix (version 1.0.6)

print.EMFASTICAALG:

Description

print method for class EMFASTICAALG.

Usage

# S3 method for EMFASTICAALG
print(x, ...)

Arguments

x
An EMFASTICA object.

Value

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

Examples

Run this code
## 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)

Run the code above in your browser using DataLab