Click or drag to resize

OneWayAnovaGroupNames Property

Gets an array of group names.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Object[] GroupNames { get; }

Property Value

Object
Remarks
If this anova object was constructed from a data frame using a grouping column, the group names are the sorted, unique Factor levels created from the column values. If this anova object was constructed from a matrix or an array of vectors, the group names are the strings "Group_0", "Group_1"..."Group_n".
See Also