

modreg-internal {modreg}                     R Documentation

_I_n_t_e_r_n_a_l _m_o_d_r_e_g _f_u_n_c_t_i_o_n_s

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

     Internal modreg functions.

_U_s_a_g_e_:

     predLoess(y, x, newx, s, weights, robust, span, degree, normalize,
         parametric, drop.square, surface, cell, family, kd, divisor,
         se = F)
     simpleLoess(y, x, weights, span = 0.75, degree = 2, parametric = FALSE,
         drop.square = FALSE, normalize = TRUE, statistics = "approximate",
         surface = "interpolate", cell = 0.2, iterations = 1,
         trace.hat = "exact")
     pointwise(results, coverage)

_D_e_t_a_i_l_s_:

     These are not to be called by the user.

