	
	_S_a_m_p_l_e _Q_u_a_n_t_i_l_e_s
	
	     quantile(x, probs=seq(0, 1, 0.25), na.rm=FALSE)
	
	_D_e_s_c_r_i_p_t_i_o_n:
	
	     quantile produces sample quantiles corresponding to the
	     given probabilities.  The smallest observation
	     corresponds to a probability of 0 and the largest to a
	     probability of 1.
	
