| 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.
AbundanceIDN1 N2 ,..., n40, specifying the subjectTimeT1 T2 T3 T4, specifying the timeTreatmentN S1 S2 S3Synthetic data set.
data(CountRep) library(lattice) xyplot(Abundance ~ Time|Treatment, data=CountRep, subject=~ID)