nsRFA-internal             package:nsRFA             R Documentation

_I_n_t_e_r_n_a_l _f_u_n_c_t_i_o_n_s

_D_e_s_c_r_i_p_t_i_o_n:

     User-level objects which are for internal use only

     'ksampleA2' provides the Anderson-Darling test statistic;

     'nonparboot' provides a non-parametric bootstrap;

_U_s_a_g_e:

      ksampleA2 (x,cod)
      nonparboot (z,n=length(z))

_A_r_g_u_m_e_n_t_s:

       x: vector representing data from many samples defined with 'cod'

     cod: array that defines the data subdivision among sites

       z: data sample, used for bootstrap

       n: length of sample (extracted in 'nonparboot')

_N_o_t_e:

     For information on the package and the Author, and for all the
     references, see 'nsRFA'.

