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

Namespace: CenterSpace.NMath.Stats
Assembly: NMathStatsPremium (in NMathStatsPremium.dll) Version: 3.6.0.0

Syntax

C#
[SerializableAttribute]
public class TwoWayRanova : TwoWayAnova, 
	ICloneable
Visual Basic
<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