TUKEYBIWEIGHT procedure
Estimates means using the Tukey biweight algorithm (D.B. Baird).
Options
Parameters
Description
TUKEYBIWEIGHT estimates means using the Tukey biweight algorithm. This weights the data values depending on how far they are from the median, and discards any that are more than a specified number of median absolute distances away. The number of differences is specified by the CUTPOINT, with a default of 5.
The data values are specified by the DATA parameter. They can be in a single variate, with any groupings specified by the GROUPS parameter. Alternatively, they can be in separate variates, one for each group. The MEANS parameter saves the estimated means, and the SE parameter saves standard errors for the means.
Options: CUTPOINT, TOLERANCE.
Parameters: DATA, GROUPS, MEANS, SE.
Action with
RESTRICT
TUKEYBIWEIGHT respects any restrictions on DATA or GROUPS.