rUL_fc              package:eigenmodel              R Documentation

_S_a_m_p_l_e _U_L _f_r_o_m _i_t_s _f_u_l_l _c_o_n_d_i_t_i_o_n_a_l _d_i_s_t_r_i_b_u_t_i_o_n

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

     Samples the components of a reduced rank approximating matrix 
     from their full conditional distributions

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

     rUL_fc(E = Z - XB(X, b))

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

       E: an n x n  symmetric matrix to be modeled with a reduced rank
          matrix 

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

     A list with the following components:   

       U: an  n x r matrix of eigenvectors 

       L: an r x r diagonal matrix of eigenvalues

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

     Peter Hoff

