locpoly-class            package:monoProc            R Documentation

_C_l_a_s_s "_l_o_c_p_o_l_y"

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

     S4-Class for the value of the 'locpoly' function

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("locpoly", ...)'.
      This class is the value of the function 'locpoly' transfered to a
     S4-Class.

_S_l_o_t_s:

     '_x': Object of class '"numeric"'. x-values of the smoothed fit in
          increasing order.

     '_y': Object of class '"numeric"'.The corresponding fitted y-values
          of the local polynomial estimator.

     '_c_a_l_l': Object of class '"call"'.  The call of the function
          'locpoly' for this object. 

_M_e_t_h_o_d_s:

     _l_i_n_e_s 'signature(x = "locpoly")': line method to plot the class.

     _p_l_o_t 'signature(x = "locpoly", y = "missing")': to plot this
          class.

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

     'locpoly'

