Skip to content
Prev 173489 / 398506 Next

CI from svyquantile in survey package

This is a consequence of changes made to support multiple imputation, where extracting the standard errors was needed.  I will try to fix it. A work-around is to use lapply() and subset()

lapply(c("E","M","H"), function(s) svyquantile(~api99,subset(dclus1, stype==s), ci=TRUE,quantiles=0.5))

Thanks for reporting the problem.

       -thomas
On Wed, 11 Mar 2009, Ron Burns wrote:

            
Thomas Lumley			Assoc. Professor, Biostatistics
tlumley at u.washington.edu	University of Washington, Seattle