modelSignal             package:quantmod             R Documentation

_E_x_t_r_a_c_t _M_o_d_e_l _S_i_g_n_a_l _O_b_j_e_c_t

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

     Extract model signal object from quantmodResults object as an
     object of class 'zoo'.

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

     modelSignal(x)

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

       x: object of class 'quantmodResults' 

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

     For use after a call to 'tradeModel' to extract the generated
     signal of a given 'quantmod' model. Normally this would not need
     to be called by the end user unless he was manually post
     processing the trade results.

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

     A 'zoo' object indexed by signal dates.

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

     Jeffrey A. Ryan

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

     'tradeModel'

