how to identify a fitglm output as being rank deficient from the resulting object
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
My question is as follows:
I am running a very large number of multivariable regressions. My problem is that sometimes these are identified as being rank deficient regressions. I am totally cool with that, but I would like to be able to identify them as so once my loop is complete.
Is there a way to identify if a regression is rank deficient from the object that fitglm outputs?
0 Kommentare
Antworten (1)
Tom Lane
am 24 Jun. 2016
If your model is f, you could see if
f.NumCoefficients > f.NumEstimatedCoefficients
0 Kommentare
Siehe auch
Kategorien
Mehr zu Analysis of Variance and Covariance finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!