Displaying 1 result from an estimated 1 matches for "qn58".
Did you mean:
  q58
  
2006 Jul 26
0
SURVEY PREDICTED SEs: Problem
...opriate SEs. As a comparison, I ran the same
model without the survey design; the predicted SEs come out fine.
Here is example code (first no survey design model and predictions;
then survey design model and predictions):
> #MODEL COEF. ESTIMATES (NO SURVEY DESIGN)
> model.l.nosvy <- glm(qn58~t8l,data=all.stratum,family=binomial)
> summary(model.l.nosvy)
Call:
glm(formula = qn58 ~ t8l, family = binomial, data = all.stratum)
Deviance Residuals:
   Min      1Q  Median      3Q     Max
-1.310  -1.245   1.050   1.111   1.158
Coefficients:
             Estimate Std. Error z value Pr(>...