Re: [R] survey package svystat objects from predict()

2012-02-13 Thread Thomas Lumley
On Tue, Feb 14, 2012 at 11:45 AM, Kieran Healy wrote: > Hello, > > I'm running R 2.14.1 on OS X (x86_64-apple-darwin9.8.0/x86_64 (64-bit)), with > version 3.28 of Thomas Lumley's survey package. I was using predict() from > svyglm(). E.g.: > > data(api) > dstrat<-svydesign(id=~1,strata=~stype, w

[R] survey package svystat objects from predict()

2012-02-13 Thread Kieran Healy
Hello, I'm running R 2.14.1 on OS X (x86_64-apple-darwin9.8.0/x86_64 (64-bit)), with version 3.28 of Thomas Lumley's survey package. I was using predict() from svyglm(). E.g.: data(api) dstrat<-svydesign(id=~1,strata=~stype, weights=~pw, data=apistrat, fpc=~fpc) out <- svyglm(sch.wide~ell+mobi