MultipleComparisonsCompute Method |
Performs Student-Newman-Keuls multiple comparisons test.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Function Compute As Integer()
public:
array<int>^ Compute()
member Compute : unit -> int[]
Return Value
Type:
Int32
A
int array , call it
equalMeans, indicating the size
of the groups of means declared to be equal.
Remarks
Value equalMeans[I] = J indicates the I-th smallest
mean and the next J-1 larger means are declared equal. Value
equalMeans[I] = 0 indicates no group of means starts with the
I-th smallest mean.
See Also