as207                  package:gllm                  R Documentation

_G_e_n_e_r_a_l_i_z_e_d _l_o_g-_l_i_n_e_a_r _m_o_d_e_l_l_i_n_g _b_y _E_M _a_n_d _i_t_e_r_a_t_i_v_e _p_r_o_p_o_r_t_i_o_n_a_l
_f_i_t_t_i_n_g

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

     Fits log-linear models for incomplete contingency tables, via an
     EM approach.

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

     as207(y,s,X,maxit,tol) 

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

       y: is the observed contingency table.

       s: is a vector of indices, one for each cell of the full
          (unobserved)  contingency table, representing the appropriate
          cell of 'y'

       X: is the design matrix.

   maxit: is the number of EM iterations.

     tol: is the convergence criterion for the LR criterion.

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

     The call to the slightly modified AS207 Fortran code from Haber
     (1984).

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

     A list with components: 

   istop: 

      ni: 

     nid: 

      nj: 

      nk: 

     nkp: ncol(X)

      ji: 

       y: 

       c: 

    conv: 

       w: 

       v: 

       e: 

       f: 

    cspr: 

    cslr: 

  ifault: 

     {error indicator}

_R_e_f_e_r_e_n_c_e_s:

     Haber M (1984).  AS207: Fitting a general log-linear model.  _Appl
     Statist_ 33:358-362.

