home *** CD-ROM | disk | FTP | other *** search
-
- _T_h_e _I_n_t_e_r_q_u_a_r_t_i_l_e _R_a_n_g_e
-
- IQR(x)
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- This function computes interquartile range of the data
- values in its arguments. Note that this function com-
- pute the quartiles using the function quantile rather
- than following Tukey's recommendations.
-
- _R_e_f_e_r_e_n_c_e_s:
-
- Tukey, J. W. (1977). Exploratory Data Analysis. Read-
- ing: Addison-Wesley.
-
- _S_e_e _A_l_s_o:
-
- fivenum, quantile.
-
- _E_x_a_m_p_l_e_s:
-
- data(rivers)
- IQR(rivers)
-
-