Thomas Subia
2019-Jul-02 22:23 UTC
[R] Sample size required to estimate population variance
Colleagues, Can anyone suggest a package or code which might help me calculate the minimum sample size required to estimate the population variance? I can do this in Minitab but I'd rather do this in R. Thomas Subia [[alternative HTML version deleted]]
Richard O'Keefe
2019-Jul-02 22:29 UTC
[R] Sample size required to estimate population variance
Does this help? https://www.r-bloggers.com/computing-sample-size-for-variance-estimation/ On Wed, 3 Jul 2019 at 10:23, Thomas Subia via R-help <r-help at r-project.org> wrote:> Colleagues, > Can anyone suggest a package or code which might help me calculate the > minimum sample size required to estimate the population variance? I can do > this in Minitab but I'd rather do this in R. > Thomas Subia > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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. >[[alternative HTML version deleted]]
On Tue, 2 Jul 2019 22:23:18 +0000 (UTC) Thomas Subia via R-help <r-help at r-project.org> wrote:> Colleagues, > Can anyone suggest a package or code which might help me calculate > the minimum sample size required to estimate the population variance? > I can do this in Minitab but I'd rather do this in R. Thomas SubiaYou want to look into the capabilities of the pwr package. This page offers some information: https://www.statmethods.net/stats/power.html JWDougherty
Thomas Subia
2019-Jul-05 00:10 UTC
[R] Sample size required to estimate population variance
Thanks for the suggestion but I'm not sure that it answers my original question.I need to know how many samples I need to collect to collect in order to estimate the sample size needed to achieve a specific margin of error for confidence intervals for the population variance. I'm not sure whether the pwr package does that. On Thursday, July 4, 2019, 4:31:44 PM PDT, John <jwd at surewest.net> wrote: On Tue, 2 Jul 2019 22:23:18 +0000 (UTC) Thomas Subia via R-help <r-help at r-project.org> wrote:> Colleagues, > Can anyone suggest a package or code which might help me calculate > the minimum sample size required to estimate the population variance? > I can do this in Minitab but I'd rather do this in R. Thomas SubiaYou want to look into the capabilities of the pwr package.? This page offers some information: https://www.statmethods.net/stats/power.html JWDougherty [[alternative HTML version deleted]]