On May 7, 2012, at 07:44 , Collin Lynch wrote: > My apologies for the statistical naivete of my question but... > > Is there an established method or calulating the statistical power of a > correlation test? And if so is there a method in R for it?
There's a pwr.r.test in the "pwr" package. This is based on the Z transform, which makes quite good sense to me. > > Thank you, > Collin Lynch. > > ______________________________________________ > 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. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd....@cbs.dk Priv: pda...@gmail.com ______________________________________________ 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.