AnovaModelRow.ToString Method

Returns a String representation of this instance.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override string? ToString()

Return Value

String
The following properties, separated by spaces: Caption, SumOfSquares, DegreesOfFreedom, MeanSquare, FStatistic, and PValue.

See Also