Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将贝叶斯 glm 模型拟合到我的数据中,假设分布和link=(identity). 我收到以下消息:
link=(identity)
Error in if (iter > 1 & abs(state$dev - devold)/(0.1 + abs(state$dev)) < : missing value where TRUE/FALSE needed
我不太确定为什么在我的代码适用于family =gaussianand时收到错误消息link=identity。
family =gaussian
link=identity