Class OneWayRanovaTable summarizes the information of a traditional one-way repeated measures Analysis of Variance (RANOVA) table.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
[SerializableAttribute]
public class OneWayRanovaTable : DataFrame, 
	ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class OneWayRanovaTable _
	Inherits DataFrame _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class OneWayRanovaTable : public DataFrame, 
	ICloneable

Remarks

Instances of OneWayRanovaTable are obtained from a OneWayARanova object using the RanovaTable property, and cannot be constructed independently.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Stats..::.DataFrame
    CenterSpace.NMath.Stats..::.OneWayRanovaTable

See Also