Class TwoWayRanovaTwo performs a balanced two-way analysis of variance with
repeated measures on both factors.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public class TwoWayRanovaTwo : TwoWayAnova, ICloneable |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class TwoWayRanovaTwo _ Inherits TwoWayAnova _ Implements ICloneable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class TwoWayRanovaTwo : public TwoWayAnova, ICloneable |
Remarks
Multiple linear regression is used to compute the RANOVA values.
Inheritance Hierarchy
System..::.Object
CenterSpace.NMath.Stats..::.TwoWayAnova
CenterSpace.NMath.Stats..::.TwoWayRanovaTwo
CenterSpace.NMath.Stats..::.TwoWayAnova
CenterSpace.NMath.Stats..::.TwoWayRanovaTwo