An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090108/520790ce/attachment-0001.pl>
survey statistics, rate/proportions with standard errors
2 messages · Robert Wilkins, Stas Kolenikov
On 1/8/09, Robert Wilkins <iwritecode2 at gmail.com> wrote:
what does R have to compare with , say , proc surveymeans, estimate survey means/proportions with standard errors, using Taylor methods?
survey package by Thomas Lumley has pretty much everything you would
need. Way more than SAS, at any rate. There are means, totals, ratios,
as well as regression/GLM estimation procedures using Taylor series,
jackknife, and the bootstrap. Try
install.packages("survey")
Stas Kolenikov, also found at http://stas.kolenikov.name Small print: I use this email account for mailing lists only.