Click or drag to resize
ANCOVAGetVarCovAdjustedMeans Method
Returns a matrix containing the estimated variances and covariances for the adjusted means assuming parallelism.

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

Return Value

Type: Double
A double matrix of size ngroup by ngroup containing the estimated variances and covariances for the adjusted means assuming parallelism.
See Also