Displaying 1 result from an estimated 1 matches for "tp3064560p3317037".
2010 Nov 29
2
how to calculate standard error for the predicted value from geeglm?
Hello R-helpers,
I would like to calculate the standard error for the predicted value
from geeglm.
As an example, I would like to calculate the GEE mean of treatments and
their standard error. I first specified the model as
mod <- geeglm(resp ~ trt,
data=dat,id=id,family=Gaussian,corstr="ar1",weights=weight)
Then I predicted the GEE mean and se using the following code