mslm-class              package:SparseM              R Documentation

_C_l_a_s_s "_m_s_l_m"

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

     A sparse extension of 'lm'

_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("mslm", ...)'.

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

     '_c_o_e_f_f_i_c_i_e_n_t_s': Object of class 'numeric' estimated coefficients

     '_c_h_o_l': Object of class 'matrix.csr.chol' generated by  the
          function 'chol'

     '_r_e_s_i_d_u_a_l_s': Object of class '"numeric"' residuals

     '_f_i_t_t_e_d': Object of class '"numeric"' fitted values

_E_x_t_e_n_d_s:

     Class '"lm"', directly. Class '"slm"', directly. Class
     '"oldClass"', by class "lm".

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

     _c_o_e_f 'signature(object = "mslm")': ... 

     _f_i_t_t_e_d 'signature(object = "mslm")': ... 

     _r_e_s_i_d_u_a_l_s 'signature(object = "mslm")': ... 

     _s_u_m_m_a_r_y 'signature(object = "mslm")': ... 

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

     'slm'

