What does the "stats" output from the REGRESS function mean in Statistics Toolbox 5.0.2 (R14SP2)?
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Regression en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!