|
INTERQUARTILE RANGEName:
That is, it is the difference betweeen the 75th and 25th percentiles of a variable. The interquartile range is used as a robust measure of scale. That is, it is an alternative to the standard deviation. The interquartile range is less effected by extremes than the standard deviation. It is the measure of scale used by the box plot.
where <y> is the response variable; <par> is a parameter where the computed interquartile range is stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional.
LET A = INTERQUARTILE RANGE Y1 SUBSET TAG > 2
CROSS TABULATE IQ RANGE PLOT BOOTSTRAP IQ RANGE PLOT JACKNIFE IQ RANGE PLOT DEX IQ RANGE PLOT IQ RANGE BLOCK PLOT INTERACTION IQ RANGE PLOT IQ RANGE INFLUENCE CURVE
LET Y2 = CROSS TABULATE IQ RANGE X1 X2
SET SCALE STATISTIC IQ RANGE
LET A1 = INTERQUARTILE RANGE Y1
READ GEAR.DAT DIAMETER BATCH TITLE AUTOMATIC XLIMITS 1 10 MAJOR XTIC MARK NUMBER 10 MINOR XTIC MARK NUMBER 0 XTIC OFFSET 1 1 X1LABEL BATCH Y1LABEL INTERQUARTILE RANGE OF DIAMETER IQ RANGE PLOT DIAMETER BATCH
Date created: 10/5/2001 |