Click or drag to resize

TwoWayAnovaTableAddAnovaRowForFactor(DoubleVector, LinearRegressionAnova, String) Method

Adds a row to the table for a given ANOVA factor.

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

Parameters

factorSumOfSquares  DoubleVector
The sums of squares for the factor.
lrAnova  LinearRegressionAnova
The ANOVA for the regression used in computation.
factorName  String
The name of the factor.
See Also