residuals.MArrayLM package:limma R Documentation _E_x_t_r_a_c_t _R_e_s_i_d_u_a_l_s _f_r_o_m _M_A_r_r_a_y_L_M _F_i_t _D_e_s_c_r_i_p_t_i_o_n: This method extracts the residuals from all the probewise linear model fits and returns them in a matrix. _U_s_a_g_e: ## S3 method for class 'MArrayLM': residuals(object, y, ...) _A_r_g_u_m_e_n_t_s: object: a fitted model object inheriting from class 'MarrayLM'. y: a data object containing the response data used to compute the fit. This can be of any class for which 'as.matrix' is defined, including 'MAList', 'ExpressionSet', 'marrayNorm' etc. ...: other arguments are not used _V_a_l_u_e: Numeric matrix of residuals. _S_e_e _A_l_s_o: 'residuals'.