作者:
banana08 (banana08)
2016-08-18 15:50:46程式碼如下:
> logit.pred<-predict(firsttry,x,type='response')
Firsttry是我的訓練資料,x是測試資料
但他發生錯誤訊息如下:
Warning message:
In predict.lm(object, newdata, se.fit, scale = 1, type = ifelse(type == :
prediction from a rank-deficient fit may be misleading
請問該怎麼解決呢?