loglik                 package:bqtl                 R Documentation

_E_x_t_r_a_c_t _l_o_g_l_i_k_e_l_i_h_o_o_d, _l_o_g _p_o_s_t_e_r_i_o_r, _o_r _p_o_s_t_e_r_i_o_r _f_r_o_m _f_i_t_t_e_d _m_o_d_e_l_s

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

     A fitted model or a list of such generated by 'bqtl' has a maximum
     log likelihood or log posterior and a posterior. These functions
     simply extract them.

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

     loglik(x, ...)
     logpost(x, ...)
     posterior(x, ...)

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

       x: The object produced by 'bqtl' 

     ...: Currently unused 

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

     A vector of numbers whose length equals the number of fitted
     models in 'x'

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

     Charles C. Berry cberry@ucsd.edu

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

     'bqtl'

