 | TwoWayAnovaUnbalancedOrderedLinearRegressionRegression Property |
Gets and sets the linear regression object for this ordering of factor
and interaction parameters.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
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
Type:
LinearRegression
See Also