What does the "stats" output from the REGRESS function mean in Statistics Toolbox 5.0.2 (R14SP2)?
Ältere Kommentare anzeigen
When looking at the documentation for the REGRESS function by typing "doc regress" at the MATLAB prompt, it shows the syntax:
[b,bint,r,rint,stats] = regress(y,X)
In explaining the "stats" vector, it simply says "the vector stats contains the R2 statistic along with the F and p values for the regression." I would like a more detailed description of this vector.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Regression finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!