CountRep {BSagri}R Documentation

Synthetic repeated count data set

Description

Synthetic data set of repeated counts on the subject.

Usage

data(CountRep)

Format

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

Abundance
a numeric vector with counts simulated from an overdispersed and autocorrelated Poisson distributions
ID
a factor with levels N1 N2 ,..., n40, specifying the subject
Time
a factor with levels T1 T2 T3 T4, specifying the time
Treatment
a factor with levels N S1 S2 S3

Details

Synthetic data set.

Examples

data(CountRep)

library(lattice)

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


[Package BSagri version 0.1-5 Index]