View source: R/QuartileRange.R
QuartileRange | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.