Click or drag to resize

TwoWayAnovaToString Method

Returns a formatted string representation of a traditional two-way analysis of variance table.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override string ToString()

Return Value

String
The ANOVA table for this ANOVA object as a string.
Remarks
Convenience method equivalent to calling this.AnovaTable.ToString().
See Also