CountRep               package:BSagri               R Documentation

_S_y_n_t_h_e_t_i_c _r_e_p_e_a_t_e_d _c_o_u_n_t _d_a_t_a _s_e_t

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

     Synthetic data set of repeated counts on the subject.

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

     data(CountRep)

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

     A data frame with 160 observations on the following 4 variables.

     '_A_b_u_n_d_a_n_c_e' a numeric vector with counts simulated from an
          overdispersed and autocorrelated Poisson distributions

     '_I_D' a factor with levels 'N1' 'N2' ,..., 'n40', specifying the
          subject

     '_T_i_m_e' a factor with levels 'T1' 'T2' 'T3' 'T4', specifying the
          time

     '_T_r_e_a_t_m_e_n_t' a factor with levels 'N' 'S1' 'S2' 'S3'

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

     Synthetic data set.

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

     data(CountRep)

     library(lattice)

     xyplot(Abundance ~ Time|Treatment, data=CountRep, subject=~ID)

