0
我想使用boxTidwell
中的包car
改善線性迴歸的結果。但是,它總是不起作用。該代碼是這樣的:boxTidwell汽車包裝不能正常工作
library(car)
boxTidwell(mpg~cyl+disp+hp+drat+wt+qsec, data=mtcars)
結果表明
「錯誤在lm.fit(cbind(1,x1.p,X2)中,Y,...):NA/NaN/Inf in'x'「
有人能告訴我導致錯誤的原因嗎?我如何才能使boxTidwell
運行?