lscvplot               package:locfit               R Documentation

_C_o_m_p_u_t_e _t_h_e _L_S_C_V _p_l_o_t.

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

     lscvplot(..., alpha)

_A_r_g_u_m_e_n_t_s:

     ...: arguments to the `lscv', `locfit' functions.

   alpha: Matrix of smoothing parameters. The `lscvplot' function loops
          through calls to `lscv', using each row of `alpha' as the
          smoothing parameter in turn. If `alpha' is provided as a
          vector, it will be converted to a one-column matrix, thus
          interpreting each component as a nearest neighbor smoothing
          parameter.

_V_a_l_u_e:

     An object with class `"gcvplot"', containing the smoothing
     parameters and LSCV scores. The actual plot is produced using
     `plot.gcvplot'.

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

     `locfit', `locfit.raw', `gcv', `lscv', `plot.gcvplot'

