nlarDialog               package:tsDyn               R Documentation

_G_U_I _t_o _n_l_a_r

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

     GUI interface to builtin NLAR models

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

     nlarDialog(series)

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

  series: time series

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

     Displays a GUI to 'nlar'. Still under development. Is likely to
     change in future. Using the GUI, not all model options are
     available to the user.

     The finally fitted model is put in an object named 'nlarModel' in
     the user workspace.

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

     None.

_A_u_t_h_o_r(_s):

     Antonio, Fabio Di Narzo

_E_x_a_m_p_l_e_s:

     ## Not run: 
     if(interactive())
       nlarDialog(log(lynx))
     ## End(Not run)

