|  | TwoWayAnovaUnbalancedOrderedLinearRegressionParamSlices Property | 
            Gets and sets the slices into the regression matrix of the factor and interaction
            variables. Note that a factor parameter or interaction parameters may be
            absent depending on which type of sum of squares is being computed.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic TwoWayAnovaUnbalancedParameterSlices ParamSlices { get; set; }Public Property ParamSlices As TwoWayAnovaUnbalancedParameterSlices
	Get
	Set
public:
property TwoWayAnovaUnbalancedParameterSlices^ ParamSlices {
	TwoWayAnovaUnbalancedParameterSlices^ get ();
	void set (TwoWayAnovaUnbalancedParameterSlices^ value);
}member ParamSlices : TwoWayAnovaUnbalancedParameterSlices with get, set
Property Value
TwoWayAnovaUnbalancedParameterSlices See Also
See Also