Re: [R] Confidence Interval for R-squared

2016-01-26 Thread David L Carlson
TX 77840-4352 -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of R Martinez Sent: Tuesday, January 26, 2016 2:12 PM To: r-help@r-project.org Subject: [R] Confidence Interval for R-squared To the list, Does R have a function for computing the confidence

Re: [R] Confidence Interval for R-squared

2016-01-26 Thread Nordlund, Dan (DSHS/RDA)
ment of Social and Health Services > -Original Message- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of R Martinez > Sent: Tuesday, January 26, 2016 12:12 PM > To: r-help@r-project.org > Subject: [R] Confidence Interval for R-squared > > To the list, &g

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 >

[R] Confidence Interval for R-squared

2016-01-26 Thread R Martinez
To the list, Does R have a function for computing the confidence interval of R-squared (coefficient of determination)? I checked R's Help function with “confidence interval” as the query but none of the packages and functions that R found pertain to R-squared. Thanks in advance for your help.