Incorrect trim value used for trimmed means in PROC UNIVARIATE


When the TRIMMED=value option is used on the PROC UNIVARIATE statement, a different value than the one specified might be used to compute the trimmed means. For example, you might request a 10% trimmed mean with TRIMMED=0.10, but a 12.5% trimmed mean is computed instead. The output will indicate the value that is used.

There is no circumvention for this problem.