multiloess package:affy R Documentation _L_o_c_a_l _P_o_l_y_n_o_m_i_a_l _R_e_g_r_e_s_s_i_o_n _F_i_t_t_i_n_g _D_e_s_c_r_i_p_t_i_o_n: A modified version of of loess. Perform loess for every column of Y, but with the robust weights calculated using all columns _U_s_a_g_e: multiloess(formula, data=NULL, weights, subset, na.action, model = FALSE, span = 0.75, enp.target, degree = 2, normalize = TRUE, family = c("gaussian", "symmetric"), method = c("loess", "model.frame"), control = loess.control(...), ...) _A_r_g_u_m_e_n_t_s: See 'loess'. _D_e_t_a_i_l_s: Please refer to 'loess'. _V_a_l_u_e: See 'loess'. _A_u_t_h_o_r(_s): Magnus Åstrand _R_e_f_e_r_e_n_c_e_s: Åstrand, M. (2001) _S_e_e _A_l_s_o: 'loess'