NSCAcluster: Accessor to 'NSCAcluster' slot of 'deco-class' objects.

Description Usage Arguments Value Author(s) See Also Examples

Description

The 'NSCAcluster' slot is the main output from NSCA step. I would be divided in 'Control' and 'Case' if only two categories of samples were input to first 'decoRDA()' function, or would include only one 'All' slot for multiclass or unsupervised analysis.

Usage

1
NSCAcluster(object)

Arguments

object

a deco-class object.

Value

This function returns the NSCAcluster list within a deco-class object.

Author(s)

Francisco Jose Campos Laborie. <fjcamlab@gmail.com>

See Also

decoRDA

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##
## Loading pre-calculated objects...
data(ALCLdata)

resNSCA <- NSCAcluster(deco.results.ma)

head(resNSCA)

# Information within the 'case' category
str(resNSCA$Case)

deco documentation built on Nov. 8, 2020, 7:45 p.m.