How is adjrsquare calculated?

5 views (last 30 days)
Scott
Scott on 9 Jan 2012
Can anyone direct me to how the goodness of fit output 'adjrsquare' is calculated? I know it's the "Degree-of-freedom adjusted coefficient of determination" but can anyone direct me to literature on how it is physically calculated by the program. Thanks.

Accepted Answer

Wayne King
Wayne King on 9 Jan 2012
Hi Scott, it is
1-(1-Rsquare)*(number_of_observations-1)/degs_of_freedom
You can find the basic description here:
Search for Adjusted R^2

More Answers (0)

Categories

Find more on Get Started with Curve Fitting Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!