Hi, Is there an R package for estimating sample size requirements for parameter estimation in sample surveys? In particular, I'm interested in sample size estimation for stratified and systematic sampling. I have a textbook with appropriate formulae, but it'd be nice if I didn't have to type in all of the equations. Thanks Tom
Sample size estimation for sample surveys
3 messages · Dennis Murphy, Thomas Levine
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110404/07e7417f/attachment.pl>
Awesome! Thanks, David and Dennis! And now I know how to search for packages more effectively. Tom
On Mon, Apr 4, 2011 at 9:38 PM, Dennis Murphy <djmuser at gmail.com> wrote:
Start here:
library(sos)????? # install first if necessary
findFn('sample size survey')
I got 238 hits, many of which could be relevant.
HTH,
Dennis
On Mon, Apr 4, 2011 at 6:05 PM, Thomas Levine <thomas.levine at gmail.com>
wrote:
Hi, Is there an R package for estimating sample size requirements for parameter estimation in sample surveys? In particular, I'm interested in sample size estimation for stratified and systematic sampling. I have a textbook with appropriate formulae, but it'd be nice if I didn't have to type in all of the equations. Thanks Tom
______________________________________________ R-help at 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.