Displaying 1 result from an estimated 1 matches for "datagee".
Did you mean:
dataget
2006 Apr 10
5
p values for a GEE model
...fect and take into account
the fact that I have repeated measurements for every subject.
If I do this with repeated measures ANOVA (in which the patient is
considered a random effect) I got the following results:
library(nlme)
data<-read.table("http://146.9.88.18/uploads/dataGEE.txt",header=TRUE)
res<-lme(Y~T,random=~1|P,data=data)
summary(res)
So the p-value for significance of the treatment effect is 0.069.
I would like to use also as a variant analysis a Generalized Estimation
Equation Model, like
library(gee)...