Dear All,

Hello I'm using xtgee for longitudinal data after I failed to get appropriate results by xtreg, fe and re (dep var: continuous, indep vars: continuous)
By using xtgee, I could get the result I have wanted.
But It's hard to know how to get adjusted R-sq

I've tried to use these

Code:
ereturn list
est tab, b se stats(r2_a)


predict depvarp if e(sample)
corr depvar depvarp if e(sample)
di r(rho)^2
I could get R-sq only.

To get adjusted R-sq, is there any code?

Thanks.