I have a group of repeated measurement data, the dependent variable (y) was skewed distribution, when I build the GEE, should I transform y to a normal distribution variable first? Or Can I build the GEE directly without any connection functions?
My R program was like:
geeglm(y ~ Times, data=GEEData, id=id, family = gaussian, corstr = "exchangeable")
Lookout, the value of y is skewed distribution.