I have a follow up question. When using svyglm, it does not matter that I am not using survey design and only weights? In other words,
fit<-svyglm(y~x1+x2+...xk,data=dataset,weights=weightvariable) Or am I going to have to construct a survey design variable, using only the weight variable? Thanks, Carlos -- View this message in context: http://r.789695.n4.nabble.com/sample-weights-in-ols-tp3510865p3514920.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.