Class TwoWayRanova performs a balanced two-way analysis of variance with repeated measures on one factor.

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

Syntax

C#
[SerializableAttribute]
public class TwoWayRanova : TwoWayAnova, 
	ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class TwoWayRanova _
	Inherits TwoWayAnova _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class TwoWayRanova : 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..::.TwoWayRanova

See Also