Learn R Programming

icamix (version 1.0.6)

ESTIMATEDMEMBER:

Description

A function calculates estimated class membership from an EMFASTICAALG object.

Usage

ESTIMATEDMEMBER(rstICAMIX)

Arguments

rstICAMIX
An EMFASTICAALG object.

Value

estimatedmember
A factor with levels representing the estimated classes.

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)
estimatedgroup <- ESTIMATEDMEMBER(b) # estimated species info

Run the code above in your browser using DataLab