Returns a matrix containing the unadjusted means for the covariates
and the response variate and the means for the response variate
adjusted for the covariates.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[][] GetMeans()
Public Function GetMeans As Double()()
public:
array<array<double>^>^ GetMeans()
member GetMeans : unit -> float[][]
Return Value
Type:
Double
A
double matrix of size
ngroup + 1 by
ncov + 3
containing the unadjusted means for the covariates and the response
variate and the means for the response variate adjusted for the
covariates. Each row for i = 0, 1, ...,
ngroup - 1
corresponds to a group. Row
ngroup contains overall
statistics. The means are organized in columns as follows:
Column | Description |
---|
0 | Number of non-missing cases |
1 thru ncov | Covariate means. |
ncov + 1 | Response mean. |
ncov + 2 | Response mean adjusted assuming parallelism. |
See Also