  | TwoWayAnovaRegressionInteractionParameters Property | 
            Gets the array of estimates for the linear regression parameters corresponding
            to the dummy variables for the interactions.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic AnovaRegressionInteractionParam[] RegressionInteractionParameters { get; }Public ReadOnly Property RegressionInteractionParameters As AnovaRegressionInteractionParam()
	Get
public:
property array<AnovaRegressionInteractionParam^>^ RegressionInteractionParameters {
	array<AnovaRegressionInteractionParam^>^ get ();
}member RegressionInteractionParameters : AnovaRegressionInteractionParam[] with get
Property Value
AnovaRegressionInteractionParam
See Also