Displaying 1 result from an estimated 1 matches for "sibsex".
Did you mean:
sibsex2
2010 Sep 08
0
How to get OR and CI from GEE R package
Hi,
I am fitting a GEE model using gee R package, but I am not sure how to get
OR and its CI?
Could anyone give me some hints?
Here are some output:
> gee.obj <- gee(Affection~Sibsex+Probandsex,id = FAMID,family = binomial,corstr = "independence",data =seldata)
Beginning Cgee S-function, @(#) geeformula.q 4.13 98/01/27
running glm to get initial regression estimate
(Intercept) Sibsex2 Probandsex2
-1.6067213 0.3495830 0.5645009
> summary(gee.obj)
GEE:...