unemp.cci             package:expsmooth             R Documentation

_U_n_e_m_p_l_o_y_m_e_n_t _a_n_d _t_h_e _C_C_I

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

     100 monthly observations on the consumer confidence index ('cci')
     and seasonally adjusted civilian unemployment ('unemp') in the US,
     covering the period June 1997 - September 2005. The third column
     is an "terrorism" indicator variable taking value 1 from September
     2001.

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

     data(unemp.cci)

_F_o_r_m_a_t:

     multiple time series

_S_o_u_r_c_e:

     Hyndman, R.J., Koehler, A.B., Ord, J.K., and Snyder, R.D., (2008)
     _Forecasting with exponential smoothing: the state space
     approach_, Springer.

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.exponentialsmoothing.net>

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

     plot(unemp.cci[,1:2],main="Unemployment and the CCI",xlab="Year")

