quantmod-class           package:quantmod           R Documentation

_C_l_a_s_s "_q_u_a_n_t_m_o_d"

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

     Objects of class 'quantmod' help to  manage the process of model
     building within the quantmod package.  Created automatically by a
     call to 'specifyModel' they carry information to be used by a
     variety of accessor functions and methods.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("quantmod",
     ...)'.

     Normally objects are created as a result of a call to
     'specifyModel'.

_S_l_o_t_s:

     '_m_o_d_e_l._i_d': Object of class '"character"' ~~ 

     '_m_o_d_e_l._s_p_e_c': Object of class '"formula"' ~~ 

     '_m_o_d_e_l._f_o_r_m_u_l_a': Object of class '"formula"' ~~ 

     '_m_o_d_e_l._t_a_r_g_e_t': Object of class '"character"' ~~ 

     '_m_o_d_e_l._i_n_p_u_t_s': Object of class '"character"' ~~ 

     '_b_u_i_l_d._i_n_p_u_t_s': Object of class '"character"' ~~ 

     '_s_y_m_b_o_l_s': Object of class '"character"' ~~ 

     '_p_r_o_d_u_c_t': Object of class '"character"' ~~ 

     '_p_r_i_c_e._l_e_v_e_l_s': Object of class '"zoo"' ~~ 

     '_t_r_a_i_n_i_n_g._d_a_t_a': Object of class '"Date"' ~~ 

     '_b_u_i_l_d._d_a_t_e': Object of class '"Date"' ~~ 

     '_f_i_t_t_e_d._m_o_d_e_l': Object of class '"ANY"' ~~ 

     '_m_o_d_e_l._d_a_t_a': Object of class '"zoo"' ~~ 

     '_q_u_a_n_t_m_o_d._v_e_r_s_i_o_n': Object of class '"numeric"' ~~ 

_M_e_t_h_o_d_s:

     No methods defined with class "quantmod" in the signature.

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

     Jeffrey A. Ryan

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

     showClass("quantmod")

