ANCOVAGetVarCovAdjustedMeans Method |
Returns a matrix containing the estimated variances and covariances
for the adjusted means assuming parallelism.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[][] GetVarCovAdjustedMeans()
Public Function GetVarCovAdjustedMeans As Double()()
public:
array<array<double>^>^ GetVarCovAdjustedMeans()
member GetVarCovAdjustedMeans : unit -> float[][]
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