how to identify a fitglm output as being rank deficient from the resulting object
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Tom Lane
2016년 6월 24일
If your model is f, you could see if
f.NumCoefficients > f.NumEstimatedCoefficients
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Analysis of Variance and Covariance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!