Click or drag to resize
ANCOVAGetR Method
Returns the R matrix from the QR decomposition.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[][] GetR()

Return Value

Type: Double
A double matrix of size ngroup + ncov by ngroup + ncov which contains the R from the QR decomposition.
Remarks
The R matrix is from the regression assuming parallelism.
See Also