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 / rank < prev    next >
Encoding:
Text File  |  1997-04-23  |  247 b   |  12 lines

  1.     
  2.     _S_a_m_p_l_e _R_a_n_k_s
  3.     
  4.          rank(x)
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          rank returns the sample ranks of the values in x.  Ties
  9.          result in ranks being averaged.  NA values are not
  10.          allowed in this function.
  11.     
  12.