concord               package:ABarray               R Documentation

_C_a_l_c_u_l_a_t_e _s_i_g_n_a_l _d_e_t_e_c_t_i_o_n _c_o_n_c_o_r_d_a_n_c_e

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

     Calculate signal detection concordance between columns using S/N
     threshold (default = 3)

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

     concord(sn, snThresh = 3)

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

      sn: a matrix containing s/n ratio 

snThresh: S/N threshold to use, default = 3

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

     a matrix with the concordance

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

     Y Andrew Sun

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

     #-concordance <- concord(sn)  ##- sn ratio matrix

