exp_calcResiduals         package:explorase         R Documentation

_C_a_l_c_u_l_a_t_e _r_e_s_i_d_u_a_l_s

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

     Calculates the residuals from a linear regression of sample 'y'
     against sample 'x'

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

     exp_calcResiduals(x, y)

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

       x: normally a column from the experimental data matrix

       y: normally a column from the experimental data matrix

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

     Michael Lawrence <mflawren@fhcrc.org>

