Class TwoWayRanovaTable summarizes the information of a traditional two-way
Analysis of Variance (RANOVA) table.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public class TwoWayRanovaTable : TwoWayAnovaTable, ICloneable |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class TwoWayRanovaTable _ Inherits TwoWayAnovaTable _ Implements ICloneable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class TwoWayRanovaTable : public TwoWayAnovaTable, ICloneable |
Remarks
Class TwoWayRanovaTable derives from class DataFrame in order
to represent a traditional two-way RANOVA table. A two-way RANOVA table
contains 6 rows and 6 columns. The rows contain information for each of the
following sources: Factor A, Factor B, the Interaction between Factor A and
Factor B, Subjects in the nonrepeated factor, Error (Residual), and Total.
The columns contain the following quantities for each source: Degrees of
Freedom, Sum of Squares, Mean Square, F statistice and P-values (only for
the Factors A and B and their interaction).
Instances of TwoWayRanovaTable are obtained from a TwoWayRanova object using the RanovaTable property, and cannot be constructed independently.
Instances of TwoWayRanovaTable are obtained from a TwoWayRanova object using the RanovaTable property, and cannot be constructed independently.
Inheritance Hierarchy
System..::.Object
CenterSpace.NMath.Stats..::.DataFrame
CenterSpace.NMath.Stats..::.TwoWayAnovaTable
CenterSpace.NMath.Stats..::.TwoWayRanovaTable
CenterSpace.NMath.Stats..::.DataFrame
CenterSpace.NMath.Stats..::.TwoWayAnovaTable
CenterSpace.NMath.Stats..::.TwoWayRanovaTable