Learn R Programming

demi (version 1.1.2)

DEMIGroup-class: Class DEMIGroup

Description

The class DEMIGroup holds the information about the groups. Such as the column indexes of both groups and names of the groups.

Arguments

groupA
A character. Holds the name of group A.
groupB
A character. Holds the name of group B.
indexA
A numeric. A vector of column indexes belonging to group A.
indexB
A numeric. A vector of column indexes belonging to group B.
groupNames
A character. Holds the names of custom groups created by the user.