logistic regression

2 ビュー (過去 30 日間)
Nirmal
Nirmal 2012 年 6 月 8 日
コメント済み: Runcong Kuang 2022 年 8 月 23 日
I am trying to use logistic regression, but when i execute the following line of code
betaHatNorm=mnrfit(data,class);
my betaHatNorm contains mostly Nan, any resaon it might do so? it also throws a warning regarding matrix
Warning: Matrix is singular to working precision.

採用された回答

Peter Perkins
Peter Perkins 2012 年 6 月 11 日
What most people mean by "logistic tregression" is a binomial response: number of "successes" vs. number of "failures". Unless you specifically need to fit a model for a multinomial response (more than just two response categories), I'd suggest you use glmfit.
  3 件のコメント
Peter Perkins
Peter Perkins 2012 年 6 月 13 日
"Unless you specifically need to fit a model for a multinomial response ..." mnrfit is both more and less general than glmfit, but it is simpler to use glmfit for (binomial) logistic regression.
Runcong Kuang
Runcong Kuang 2022 年 8 月 23 日
I am doing multinomial response using mnrfit.
I am getting the same warning.
How can I fix this?
Thanks.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by