我有一个问题,我在R中使用函数“rasch”包“ltm”来估算困难但是当我用它时
x <- data.frame(matrix(data = c(0,1,1,0,1,0,1,0,1,1,1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,
1,1,1,1,0,1,0,0,1,0,1,0,0,0,0,0,1,1,1,0,0,1,0,0,1,0,
1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,
0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0),ncol = 6, nrow = 16))
rasch(x)
我收到很多警告
"glm.fit: algorithm did not converge"Warning message:
"glm.fit: fitted probabilities numerically 0 or 1 occurred"Warning message:
"glm.fit: algorithm did not converge"Warning message:
"glm.fit: fitted probabilities numerically 0 or 1 occurred"Warning message:
"glm.fit: algorithm did not converge"Warning message:
我该如何解决问题?
请帮忙!