Returns a formatted string representation of a traditional two-way analysis
of variance table.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public override string ToString() |
| Visual Basic (Declaration) |
|---|
Public Overrides Function ToString As String |
| Visual C++ |
|---|
public: virtual String^ ToString() override |
Return Value
The ANOVA table for this ANOVA object as a string.
Remarks
Convenience method equivalent to calling this.AnovaTable.ToString().