Class AnovaRegressionSubjectParam provides information about a regression parameter associated with a subject dummy regression variable.

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

Syntax

C#
[SerializableAttribute]
public class AnovaRegressionSubjectParam : AnovaRegressionFactorParam
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class AnovaRegressionSubjectParam _
	Inherits AnovaRegressionFactorParam
Visual C++
[SerializableAttribute]
public ref class AnovaRegressionSubjectParam : public AnovaRegressionFactorParam

Remarks

Instances of class AnovaRegressionSubjectParam are returned by properties and member functions on class TwoWayRanova and TwoWayRanovaTwo. They cannot be constructed independently.

Inheritance Hierarchy

See Also