CountRep {BSagri} | R Documentation |
Synthetic data set of repeated counts on the subject.
data(CountRep)
A data frame with 160 observations on the following 4 variables.
Abundance
ID
N1
N2
,..., n40
, specifying the subjectTime
T1
T2
T3
T4
, specifying the timeTreatment
N
S1
S2
S3
Synthetic data set.
data(CountRep) library(lattice) xyplot(Abundance ~ Time|Treatment, data=CountRep, subject=~ID)