  | TwoWayAnovaUnbalancedInteractionRegressionFactorParameters Property | 
            Gets the ANOVAs for the interaction regression parameters.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic AnovaRegressionInteractionParam[] InteractionRegressionFactorParameters { get; }Public ReadOnly Property InteractionRegressionFactorParameters As AnovaRegressionInteractionParam()
	Get
public:
property array<AnovaRegressionInteractionParam^>^ InteractionRegressionFactorParameters {
	array<AnovaRegressionInteractionParam^>^ get ();
}member InteractionRegressionFactorParameters : AnovaRegressionInteractionParam[] with get
Property Value
AnovaRegressionInteractionParam
See Also