Click or drag to resize

OneWayAnovaGetGroupMean(Object) Method

Returns the mean for the specified group.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double GetGroupMean(
	Object groupName
)

Parameters

groupName  Object
A group name.

Return Value

Double
The mean for the observations in group groupName.
Remarks
The array of group names can be accessed using the GroupNames property. 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 simply Group_0, Group_1...Group_n.
See Also