	
	_M_e_d_i_a_n _V_a_l_u_e
	
	     median(x, na.rm=FALSE)
	
	_D_e_s_c_r_i_p_t_i_o_n:
	
	     median computes the sample median of the vector of
	     values given as its argument.  If na.rm is TRUE then NA
	     values are deleted before computation proceeds.
	
