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) <URL:
     http://www.math.chalmers.se/~magnusaa/maffy/>

_S_e_e _A_l_s_o:

     'loess'

