我想知道是否有人能幫助我的麻煩從任務拍攝此錯誤疏通包: Fixed term is "(Intercept)"
|============================================================================
63%
Error in while ((iComb <- iComb + 1L) < ncomb
在MuMIn軟件包中使用dredge()或pdredge()的某些情況下,我收到了一個奇怪的錯誤,例如Strange error with Dredge: MuMIn。 Error in while ((iComb <- iComb + 1L) < ncomb) { :
missing value where TRUE/FALSE needed
In addition: Warning
使用R軟件包MuMIn(v1.9.5)和命令dredge時,beta = TRUE切換器不再按預期運行。 # load Cement data set with MuMIn package
data(Cement)
# build global model
fmd <- lm(y ~ X1 + X2 + X3 + X4, data = Cement)
# dredge global m