 | TwoWayAnovaUnbalancedParameterSlicesInteractionRegressionSlice Property |
Gets and sets the a slice indicating the location of the dummy
regression parameters for interaction in the regression matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic Slice InteractionRegressionSlice { get; set; }
Public Property InteractionRegressionSlice As Slice
Get
Set
public:
property Slice^ InteractionRegressionSlice {
Slice^ get ();
void set (Slice^ value);
}
member InteractionRegressionSlice : Slice with get, set
Property Value
Slice
See Also