Re: [R] Confidence Interval for R-squared

2016-01-26 Thread David L Carlson
Sometimes Google just works better. My search on "confidence interval R2 R" turned up several hits on the first two pages. A Quick-R page on bootstrapping with an example using R-squared http://www.statmethods.net/advstats/bootstrapping.html Function ci.R2() in package MBESS http://www.inside-r

Re: [R] Confidence Interval for R-squared

2016-01-26 Thread Nordlund, Dan (DSHS/RDA)
A Google search suggested the use of the boot package to bootstrap a confidence interval for R-squared. http://www.statmethods.net/advstats/bootstrapping.html Dan Daniel Nordlund, PhD Research and Data Analysis Division Services & Enterprise Support Administration Washington State Department of

Re: [R] Confidence Interval for R-squared

2016-01-26 Thread Sarah Goslee
Hi Raul, Searching for "confidence interval of R-squared" on rseek.org turns up some packages that might be of use, including bootstrap and MBESS. On Tue, Jan 26, 2016 at 3:11 PM, R Martinez wrote: > To the list, > > Does R have a function for computing the confidence interval of R-squared >