how to increase iteration limit in glmfit ?

조회 수: 2 (최근 30일)
Vincent Moron
Vincent Moron 2011년 9월 1일
Dear All
I am using logistic regression on very small samples in cross-validation (N = 11 samples). I have results using glmfit but with a warning message that "iteration limit is reached". I would like to increase this limit. How to do do that when I ask "glmfit" ?
Thank you in advance
Vincent

채택된 답변

Lucas García
Lucas García 2011년 9월 1일
Iteration limit is set to 100 in glmfit. You cannot change it unless you edit the function and change it manually (type edit glmfit, line 280 approx.). If decide to do so, I recommend saving it as glmfit2 (remember to also change the name of the function).
  댓글 수: 1
Jason Jury
Jason Jury 2011년 11월 13일
I also have this issue (iteration limit, in my case due to large data set involving binary response). For Matlab2011b, there are multiple private functions being called by "glmfit" (e.g. "statremovenan", "stattestlink"). Any way to avoid having to duplicate all these private functions also, to get "glmfit2" to run? Thanks

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Hypothesis Tests에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by