epil2                package:glmmADMB                R Documentation

_S_e_i_z_u_r_e _C_o_u_n_t_s _f_o_r _E_p_i_l_e_p_t_i_c_s

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

     Extended version of the 'epil' dataset of the MASS library.  The
     three transformed variables 'Visit', 'Base' and 'Age' used by
     Booth et al. (2003) have been added to 'epil'.

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

     data(epil2)

_F_o_r_m_a_t:

     A data frame with 236 observations on the following 12 variables.

     '_y' a numeric vector

     '_t_r_t' a factor with levels 'placebo' 'progabide'

     '_b_a_s_e' a numeric vector

     '_a_g_e' a numeric vector

     '_V_4' a numeric vector

     '_s_u_b_j_e_c_t' a numeric vector

     '_p_e_r_i_o_d' a numeric vector

     '_l_b_a_s_e' a numeric vector

     '_l_a_g_e' a numeric vector

     _V_i_s_i_t (rep(1:4,59)-2.5)/5

     _B_a_s_e log(base/4)

     _A_g_e log(age)

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

     Booth et al. (2003) Negative binomial loglinear mixed models 
     STATISTICAL MODELLING 3 (3): 179-191

_E_x_a_m_p_l_e_s:

     data(epil2)

