sseg                   package:fpc                   R Documentation

_P_o_s_i_t_i_o_n _i_n _a _s_i_m_i_l_a_r_i_t_y _v_e_c_t_o_r

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

     'sseg(i,j)' gives the position of the similarity of objects 'i'
     and 'j' in the similarity vectors produced by 'fixreg' and
     'fixmahal'. 'sseg' should only be used as an auxiliary function in
     'fixreg' and 'fixmahal'.

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

     sseg(i, j)

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

       i: positive integer.

       j: positive integer.

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

     A positive integer.

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

     Christian Hennig chrish@stats.ucl.ac.uk <URL:
     http://www.homepages.ucl.ac.uk/~ucakche/>

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

     sseg(3,4)

