Hello, I have the following r-codes for solving a quasilikelihood estimating equation:>library(geepack) >fit<-geese(y~x1+x2+x3,jack=TRUE,scale.fix=TRUE,data=dat,mean.link "logit", corstr="independence")Now my question is how can I calculate the confidence interval of the parameters of the above model "fit"? [[alternative HTML version deleted]]