 | TwoWayAnovaRegressionFactorParameters Property |
Gets the array of estimates for the linear regression parameters corresponding to
the dummy variables for the different factor levels.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic AnovaRegressionFactorParam[] RegressionFactorParameters { get; }
Public ReadOnly Property RegressionFactorParameters As AnovaRegressionFactorParam()
Get
public:
property array<AnovaRegressionFactorParam^>^ RegressionFactorParameters {
array<AnovaRegressionFactorParam^>^ get ();
}
member RegressionFactorParameters : AnovaRegressionFactorParam[] with get
Property Value
AnovaRegressionFactorParam
See Also