simplemultiLoess            package:affy            R Documentation

_I_n_t_e_r_n_a_l _f_u_n_c_t_i_o_n _f_o_r _m_u_l_t_i_l_o_e_s_s

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

     A modified version of of simpleLoess.  Perform loess for every
     column of Y, but with the robust weights calculated using all
     columns

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

     simplemultiLoess(y, x, weights, span = 0.75, degree = 2,
                normalize = TRUE,
                statistics = "approximate", surface = "interpolate",
                cell = 0.2, iterations = 1, trace.hat = "exact")

_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'

