home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / IQR < prev    next >
Encoding:
Text File  |  1997-04-23  |  602 b   |  27 lines

  1.     
  2.     _T_h_e _I_n_t_e_r_q_u_a_r_t_i_l_e _R_a_n_g_e
  3.     
  4.          IQR(x)
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          This function computes interquartile range of the data
  9.          values in its arguments.  Note that this function com-
  10.          pute the quartiles using the function quantile rather
  11.          than following Tukey's recommendations.
  12.     
  13.     _R_e_f_e_r_e_n_c_e_s:
  14.     
  15.          Tukey, J. W. (1977).  Exploratory Data Analysis.  Read-
  16.          ing: Addison-Wesley.
  17.     
  18.     _S_e_e _A_l_s_o:
  19.     
  20.          fivenum, quantile.
  21.     
  22.     _E_x_a_m_p_l_e_s:
  23.     
  24.          data(rivers)
  25.          IQR(rivers)
  26.     
  27.