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

  1.     
  2.     _M_e_d_i_a_n _V_a_l_u_e
  3.     
  4.          median(x, na.rm=FALSE)
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          median computes the sample median of the vector of
  9.          values given as its argument.  If na.rm is TRUE then NA
  10.          values are deleted before computation proceeds.
  11.     
  12.