General suggestions for debugging in R

后端 未结 13 2324
梦毁少年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:10

    To debug Reference Class methods without instance reference

    ClassName$trace(methodName, browser)
    

提交回复
热议问题