adjust           package:ffmanova           R Documentation(latin1)

_A_d_j_u_s_t _a _p_r_e_d_i_c_t_o_r _m_a_t_r_i_x _f_o_r _t_h_e _p_r_e_s_e_n_c_e _o_f _a_n_o_t_h_e_r _m_a_t_r_i_x

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

     'adjust' adjusts a predictor matrix X for the presence of another
     predictor matrix Y, by orthogonalizing X against Y.

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

     adjust(X, Y)

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

       X: matrix.  The matrix to be adjusted.

       Y: matrix.  The matrix to be adjusted for.

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

     The function can handle rank deficient matrices.

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

     A matrix with an orthogonal basis for the adjusted predictor
     matrix.

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

     yvind Langsrud

