Click or drag to resize
MultipleComparisons Constructor
Constructor for MultipleComparisons.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public MultipleComparisons(
	double[] means,
	int df,
	double stdError
)

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 {\rm {stdError}} = \sqrt {s^2 / n} where s^2 is the estimate of \sigma^2 and n is the number of responses in a sample mean. In models with random components, use {\rm {stdError}} = {\rm {sedif}} / \sqrt {2} where sedif is the estimated standard error of the difference of two means.
See Also