qStheta                package:nlreg                R Documentation

_S_u_p_p_o_r_t _f_o_r _n_l_r_e_g _p_a_c_k_a_g_e _o_f _h_o_a _b_u_n_d_l_e

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

     Support routines for various functions in 'nlreg' package

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

     qhat.nlreg(nlregObj1, nlregObj0, par.1, par.0, mu.1, mu.0, v.1, v.0, 
                m1.1 = NULL, v1.1 = NULL)
     Shat.nlreg(nlregObj1, nlregObj0, par.1, par.0, mu.1, mu.0, v.1, v.0, 
                m1.1 = NULL, m1.0 = NULL, v1.1 = NULL, v1.0 = NULL)
     theta.deriv(nlregObj, par, mu, v, m1 = NULL, v1 = NULL)

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

     'qhat.nlreg' and 'Shat.nlreg' are support routines for 
     'nlreg.diag', 'profile.nlreg' and, the latter, 'mpl.nlreg', and
     should not be used on their own.  

     'theta.deriv' is a support routine for  'expInfo.nlreg',
     'qhat.nlreg' and  'Shat.nlreg', and should not be used on its own.

