mineStepwise              package:dse2              R Documentation

_M_i_n_e _S_t_e_p_w_i_s_e

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

     mineStepwise

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

         mineStepwise(data, essential.data=1,
           method="efroymson", f.crit=2, intercept=TRUE,
           subtract.means=FALSE,  standardize=FALSE, 
           lags.in=6, lags.out=6, trend=FALSE, plot.=TRUE)

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

    data: TSdata

essential.data: An integer vector indication important data.

  method: method to pass to stepwise.

  f.crit: See details.

intercept: See details.

subtract.means: See details.

standardize: See details.

 lags.in: See details.

lags.out: See details.

   trend: See details.

   plot.: See details.

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

     This documentation is out of date. Data should be of class TSdata.
     essential.data must have length 1. standardize and subtract means
     ... The result is a list with the results of stepwise,..., and
     several vectors indicating information about the columns of the
     matrix passed to stepwise:  io.indicator indicating an input
     (FALSE) or output (TRUE) variable v.indicator  indicating which
     series lag.indicator indicating the lag s.input.indicator and
     s.output.indicator are logic matrices 'length(stepwise$rss)' by m
     and p respectively indicating if a series is included for each
     element of rss.

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

     x

