solvet                 package:Hmisc                 R Documentation

_s_o_l_v_e _F_u_n_c_t_i_o_n _w_i_t_h _t_o_l _a_r_g_u_m_e_n_t

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

     A slightly modified version of 'solve' that allows a tolerance
     argument for singularity ('tol') which is passed to 'qr'.

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

     solvet(a, b, tol=1e-09)

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

       a: a square numeric matrix

       b: a numeric vector or matrix

     tol: tolerance for detecting linear dependencies in columns of 'a'

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

     'solve'

