Seizures | R Documentation |
The dataset reports the number of epileptic seizures in each of four two-week intervals, and in a baseline eight-week interval, for Progabide treatment and placebo groups with a total of 59 individuals.
data(Seizures)
A data frame with 236 rows and 6 variables:
a numeric vector indicating the number of epileptic seizures.
a factor indicating the applied treatment: "Progabide" and "Placebo".
a numeric vector indicating the number of epileptic seizures in the baseline eight-week inverval.
a numeric vector indicating the age of the individuals.
a numeric vector indicating which the two-week interval corresponds to the reported number of epileptic seizures.
a numeric vector indicating the identifier of each individual.
Thall P.F., Vail S.C. (1990) Some covariance models for longitudinal count data with overdispersion. Biometrics 46:657–671.
Carey V.J., Wang Y.-G. (2011) Working covariance model selection for generalized estimating equations. Statistics in Medicine 30:3117–3124.
Fu L., Hao Y., Wang Y.-G. (2018) Working correlation structure selection in generalized estimating equations. Computational Statistics & Data Analysis 33:983–996.
Diggle P.J., Liang K.Y., Zeger S.L. (1994, page 166) Analysis of Longitudinal Data. Clarendon Press.
dev.new()
data(Seizures)
boxplot(seizures ~ treatment:time, data=Seizures, ylim=c(0,25), col=c("blue","yellow"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.