[R] Confidence Interval for R-squared

David L Carlson dcarlson at tamu.edu
Tue Jan 26 22:40:08 CET 2016


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.org/packages/cran/MBESS/docs/ci.R2

Functions CI.Rsq() and CI.Rsqlm() in package psychometric
http://finzi.psych.upenn.edu/library/psychometric/html/CI.Rsq.html


-------------------------------------
David L Carlson
Department of Anthropology
Texas A&M University
College Station, TX 77840-4352


-----Original Message-----
From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of R Martinez
Sent: Tuesday, January 26, 2016 2:12 PM
To: r-help at r-project.org
Subject: [R] Confidence Interval for R-squared

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.

Raul Martinez
______________________________________________
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.


More information about the R-help mailing list