Unable to fit model using “lrm.fit” in R
Posted 吼吼大王
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unable to fit model using “lrm.fit” in R相关的知识,希望对你有一定的参考价值。
ologit <- lrm(Y ~ X, data = myData)
报错:Unable to fit model using “lrm.fit”
在后面加上一个参数,“tol=1e-9”,就解决了。
ologit <- lrm(Y ~ X, data = myData,“tol=1e-9”)
以上是关于Unable to fit model using “lrm.fit” in R的主要内容,如果未能解决你的问题,请参考以下文章
Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest
configure: error: Unable to use libevent (libevent
Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest
ERROR: Unable to connect to database using user ogg. Please check privileges.
java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @Context
matlabError using save Unable to write file pqfile.mat: permission denied.解决