Warning: Regression design matrix is rank deficient to within machine precision.
10 ビュー (過去 30 日間)
古いコメントを表示
I'm getting this error when I'm trying to do a regression analysis with the function 'model_output = fitlim'. I read somewhere online that it may be due to too many variables (it's a lot in the thousands) but shouldn't Matlab be able to handle it? I'm very new to Matlab just this week so don't have a lot of experience with the software.
I tried to only using about 30 variables and then the function worked but I absolutely need to be able to do with all of my variables. The variables originate from Excel sheets which I only have done log function on beforehand.
4 件のコメント
dpb
2017 年 4 月 25 日
As Jan alludes to, the problem here is likely not Matlab but the underlying data. How many variables versus how many observations do you have? Does that tell you something?
Abhinav Gaur
2017 年 7 月 27 日
Is it necessary to normalize all the design variables between 0 and 1 before trying to use fitglm?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Multidimensional Arrays についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!