| TwoWayAnovaUnbalancedInteractionRegressionFactorParameters Property |
Gets the ANOVAs for the interaction regression parameters.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public 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
AnovaRegressionInteractionParamSee Also