One Way Anova Model.Get Tukey Kramer Test Method
Returns the Tukey-Kramer test for the pairwise comparison of two group means.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An AnovaPostHocTest object that represents the Tukey-Kramer for the specified groups.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public AnovaPostHocTest GetTukeyKramerTest(
int index1,
int index2
)
Parameters
Return Value
AnovaPostHocTestAn AnovaPostHocTest object that represents the Tukey-Kramer for the specified groups.
Exceptions
Invalid | The Fit() method has not been called. |
Argument | index1 is less than zero or greater than or equal to the number of groups. -or- index2 is less than zero or greater than or equal to the number of groups. |