MultipleComparisons Constructor |
Constructor for MultipleComparisons.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public MultipleComparisons(
double[] means,
int df,
double stdError
)
Public Sub New (
means As Double(),
df As Integer,
stdError As Double
)
public:
MultipleComparisons(
array<double>^ means,
int df,
double stdError
)
new :
means : float[] *
df : int *
stdError : float -> MultipleComparisons
Parameters
- means
- Type: SystemDouble
A double array containing the means.
- df
- Type: SystemInt32
A int scalar containing the degrees of freedom associated with
stdError.
- stdError
- Type: SystemDouble
A double scalar containing the effective estimated standard
error of a mean.
Remarks
In fixed effects models,
stdError equals the estimated
standard error of a mean. For example, in a one-way model
where
is the estimate of
and n is the number of responses in a
sample mean. In models with random components, use
where
sedif is the estimated standard error of the difference
of two means.
See Also