|  | TwoWayAnovaUnbalancedOrderedLinearRegressionRegression Property | 
            Gets and sets the linear regression object for this ordering of factor
            and interaction parameters.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic LinearRegression Regression { get; set; }Public Property Regression As LinearRegression
	Get
	Set
public:
property LinearRegression^ Regression {
	LinearRegression^ get ();
	void set (LinearRegression^ value);
}member Regression : LinearRegression with get, set
Property Value
LinearRegression See Also
See Also