vark                package:agricolae                R Documentation

_V_a_r_i_a_n_c_e _K, _t_i_e_s, _K_e_n_d_a_l_l

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

     The Kendall method in order to find the K variance.

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

     vark(x, y)

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

       x: Vector 

       y: vector 

_D_e_t_a_i_l_s:

     variance of K for Kendall's tau

_V_a_l_u_e:

      x : Numeric

      y : Numeric

_A_u_t_h_o_r(_s):

     Felipe de Mendiburu

_R_e_f_e_r_e_n_c_e_s:

     Numerical Recipes in C. Second Edition.

_S_e_e _A_l_s_o:

     cor.matrix, cor.vector, cor.mv

_E_x_a_m_p_l_e_s:

     library(agricolae)
     x <-c(1,1,1,4,2,2,3,1,3,2,1,1,2,3,2,1,1,2,1,2)
     y <-c(1,1,2,3,4,4,2,1,2,3,1,1,3,4,2,1,1,3,1,2)
     vark(x,y)

