search for: glm7

Displaying 2 results from an estimated 2 matches for "glm7".

Did you mean: glm
2008 Dec 19
1
svyglm and sandwich estimator of variance
...ndent? In my case, observations are independent across groups (clusters), but not necessarily within groups. Can I calculate the standard errors with robust variance, in complex sample survey data using R? Outputs: design_tarv<-svydesign(ids=~X2, strata=~X3, data=banco, weights=~X4) banco.glm7 <- svyglm(y ~x1, data = banco, family = poisson (link= "log"), design= design_tarv) summary(banco.glm7) Call: svyglm(y ~ x1, data = banco, family = poisson(link = "log"), design = design_tarv) Survey design: svydesign(ids = ~X2, strata = ~X3, data = banco, weigh...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...andwich estimator and already correctly handle the clustering. Use vcov() to extract the variance-covariance matrix, if you need it, or SE() to extract the standard errors. -thomas > Outputs: > > design_tarv<-svydesign(ids=~X2, strata=~X3, data=banco, weights=~X4) > > banco.glm7 <- svyglm(y ~x1, data = banco, family = poisson (link= "log"), > design= design_tarv) > summary(banco.glm7) > > Call: > svyglm(y ~ x1, data = banco, family = poisson(link = "log"), > design = design_tarv) > > Survey design: > svydesign(ids = ~X2...