QuartileRange {sasLM} | R Documentation |
Interquartile range (Q3 - Q1) with a conventional formula.
QuartileRange(y, Type=2)
y |
a vector of numerics |
Type |
a type specifier to be passed to |
It removes NA
in the input vector. Type 2 is SAS default, while Type 6 is SPSS default.
The value of an interquartile range
Kyun-Seop Bae k@acr.kr