Click or drag to resize

TwoWayAnovaTableAddAnovaRowForFactor(Double, Int32, LinearRegressionAnova, String) Method

Adds a row to the ANOVA table for a factor.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected virtual void AddAnovaRowForFactor(
	double factorSumOfSquares,
	int degreesOfFreedom,
	LinearRegressionAnova lrAnova,
	string factorName
)

Parameters

factorSumOfSquares  Double
Sum of squares for the factor.
degreesOfFreedom  Int32
Degrees of freedom for the factor.
lrAnova  LinearRegressionAnova
The ANOVA regression.
factorName  String
The factor name.
See Also