GLMM_MCMCdata             package:mixAK             R Documentation

_D_a_t_a _m_a_n_i_p_u_l_a_t_i_o_n _f_o_r _t_h_e _G_L_M_M__M_C_M_C _f_u_n_c_t_i_o_n

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

     This is a help function for 'GLMM_MCMC' function.

     THIS FUNCTION IS NOT TO BE CALLED BY ORDINARY USERS.

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

     GLMM_MCMCdata(y, dist, id, time, x, z, random.intercept)

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

       y: see 'GLMM_MCMC' function.

    dist: see 'GLMM_MCMC' function.

      id: see 'GLMM_MCMC' function.

    time: see 'GLMM_longitDA' function.

       x: see 'GLMM_MCMC' function.

       z: see 'GLMM_MCMC' function.

random.intercept: see 'GLMM_MCMC' function.

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

     A list with the following components: 

       y: worked out value of 'y'

    dist: worked out value of 'dist'

      id: worked out value of 'id'

    time: worked out value of 'time'

       x: worked out value of 'x'

       z: worked out value of 'z'

random.intercept: worked out value of 'random.intercept'

       R: number of response variables

      Rc: number of continuous response variables

      Rd: number of discrete response variables

   ndist: numerical counterpart of 'dist' argument

  xempty: logical vector of length R

  zempty: logical vector of length R

       p: numeric vector of length R

       q: numeric vector of length R

fixed.intercept: logical vector of length R

CrandomIntcpt: numerical counterpart of random.intercept

CfixedIntcpt: numerical counterpart of fixed.intercept

    dimb: dimension of random effects (random intercepts included)

     LTb: length of lower triangle of matrix dimb x dimb

 naamLTb: names (indices) for elements of a lower triangle of matrix
          dimb x dimb

   lbeta: length of beta vector (fixed intercepts included)

    p_fi: numeric vector of length R

    q_ri: numeric vector of length R

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

     Arno&#353t Kom&#225rek arnost.komarek[AT]mff.cuni.cz

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

     'GLMM_MCMC'.

