On Tue, 19 Jan 2010, Christian Hennig wrote:
are there any R-packages for computations required in sampling theury (such as confidence intervals under random, stratified, cluster sampling; I'd be partoculary interested in confidence intervals for the population variance, which is difficult enough to find even in books)?
Yes, these are in the survey package, for fairly general designs, using linearization or replicate weights. I don't know how good the confidence intervals for the variance are. One of the disadvantages of implementing survey estimators in a general way is that you lose the opportunity to use bias corrections that are only available for simple cases. The forthcoming version 3.19 (later this week) has nicer output for the population variance, but the computations are still the same. -thomas Thomas Lumley Assoc. Professor, Biostatistics tlum...@u.washington.edu University of Washington, Seattle ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.