General suggestions for debugging in R

后端 未结 13 2337
梦毁少年i
梦毁少年i 2020-11-22 12:26

I get an error when using an R function that I wrote:

Warning messages:
1: glm.fit: algorithm did not converge 
2: glm.fit: algorithm did not converge 
         


        
13条回答
  •  不知归路
    2020-11-22 13:05

    The best walkthrough I've seen so far is:

    http://www.biostat.jhsph.edu/%7Erpeng/docs/R-debug-tools.pdf

    Anybody agree/disagree?

提交回复
热议问题