tsDyn-package             package:tsDyn             R Documentation

_G_e_t_t_i_n_g _s_t_a_r_t_e_d _w_i_t_h _t_h_e _t_s_D_y_n _p_a_c_k_a_g_e

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

     Getting started with the tsDyn package

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

     This package provide some tools inspired by nonlinear dynamics for
     the analysis-modelling of  observed time series.
      For loading the package, type:
      'library(tsDyn)'
      A good place to start learning the package usage, is the
     vignette. It contains a more detailed guide on package contents,
     and an applied case study. At the R prompt, write:
      'vignette("tsDyn")'
      For a full list of functions exported by the package, type:
      'ls("package:tsDyn")'

      There is also an experimental GUI for built-in NLAR models. Call
     it with:
      'nlarDialog(timeSeries)'
      where 'timeSeries' is an available time series object.

     Each exported function has a corresponding man page (some man
     pages are in common to more functions). Display it by typing
      'help(functionName)'

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

     Antonio, Fabio Di Narzo

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

     'availableModels' for listing all currently available NLAR models

     'autopairs','autotriples','autotriples.rgl' for graphical
     explorative functions

     'llar', 'delta', 'delta.lin' for nonlinearity checking tools

