search for: gfit4

Displaying 1 result from an estimated 1 matches for "gfit4".

Did you mean: fit4
2007 Jul 20
1
GEE code
...ng the geeglm function, I noticed there's one intercept in the summary output. I assume this means the function is pooling the data. That means my code is not what I want. I want a "fixed effects" model, meaning I want the intercept to vary by cluster. Here's my current code. gfit4<-geeglm(ineq~GDP.log2,family=gaussian(link="identity"),data=data3,id=country,corstr="ar1") summary(gfit4) What do I need to include to get the function to compute a model where the intercept varies by the country? Thanks -chris linton [[alternative HTML version delete...