	
	_N_o_n_p_a_r_a_m_e_t_r_i_c _A_B_C _c_o_n_f_i_d_e_n_c_e _l_i_m_i_t_s
	
	     abcnon(x, tt, epsilon=0.001,
	      alpha=c(0.025, 0.05, 0.1, 0.16, 0.84, 0.9, 0.95, 0.975))
	
	_A_r_g_u_m_e_n_t_s:
	
	           x : the data. Must be either a vector, or a
	               matrix whose rows are the observations
	
	          tt : function defining the parameter in the resam-
	               pling form tt(p,x), where p is the vector of
	               proportions and x is the data
	
	     epsilon : optional argument specifying step size for
	               finite difference calculations
	
	       alpha : optional argument specifying confidence lev-
	               els desired
	
	_V_a_l_u_e_s:
	
	     list with following components
	
	 limits : The estimated confidence points, from the ABC and
	          standard normal methods
	
	  stats : list consisting of t0=observed value of tt,
	          sighat=infinitesimal jackknife estimate
	           of standard error of tt, bhat= estimated bias
	
	constants : list consisting of a=acceleration constant,
	          z0=bias adjustment, cq=curvature component
	
	 tt.inf : approximate influence components of tt
	
	     pp : matrix whose rows are the resampling points in the
	          least favourable family .  The abc confidence
	          points are the function tt evaluated at these
	          points
	
	_R_e_f_e_r_e_n_c_e_s:
	
	     Efron, B, and DiCiccio, T. (1992) More accurate confi-
	     dence intervals in exponential families. Biometrika 79,
	     pages 231-245.
	
	     Efron, B. and Tibshirani, R. (1993) An Introduction to
	     the Bootstrap.  Chapman and Hall, New York, London.
	
