Gets a traditional two-way RANOVA table.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public TwoWayRanovaTwoTable RanovaTable { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property RanovaTable As TwoWayRanovaTwoTable |
| Visual C++ |
|---|
public: property TwoWayRanovaTwoTable^ RanovaTable { TwoWayRanovaTwoTable^ get (); } |
Remarks
The returned TwoWayRanovaTableTwo instance provides member functions and read-only
properties for accessing individual elements in the RANOVA table.