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
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
2 matches
Mail list logo