forecasts                package:dse2                R Documentation

_E_x_t_r_a_c_t _F_o_r_e_c_a_s_t_s

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

     Extract forecasts from and object.

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

         forecasts(obj, ...)

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

     This generic method extracts the forecasts (only) from objects
     returned  by other methods that calculate forecasts. Usually the
     objects returned by the methods which calculate forecasts contain
     additional information which is not returned by this extractor.

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

     The forecasts from an object which contains forecasts.

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

     `forecast'

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

         if(is.R()) data("egJofF.1dec93.data", package="dse1")
         model <- est.VARX.ls(window(egJofF.1dec93.data, end=c(1985,12)))
         pr <- forecast(model, conditioning.inputs=input.data(egJofF.1dec93.data))
         z <- forecasts(pr)

