ESTIMATEDMEMBER: ESTIMATEDMEMBER

Description Usage Arguments Value Examples

Description

A function calculates estimated class membership from an EMFASTICAALG object.

Usage

1
ESTIMATEDMEMBER(rstICAMIX)

Arguments

rstICAMIX

An EMFASTICAALG object.

Value

estimatedmember

A factor with levels representing the estimated classes.

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

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