This message is for those familiar with the survey package. I need to do regression logistic and choose the best model which explain the impact of the indepndent variables by using AIC,BIC,...
> sum.coef<-summary(svyglm(y~x1+x2+x3, design=design, family=quasibinomial(), data=data))$deviance is this the correct way for obtaining the deviance. Regards. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.