Displaying 1 result from an estimated 1 matches for "allresids".
2007 Jul 31
1
Error message when running lm() with na.action=NULL
Hi there,
I am trying to run a liner regression using lm with na.action = NULL, but I
am getting an error message. Any ideas as to why this may be happening?
Please see code and error message below:
> reg_test<-lm(yy~.,data=test,na.action=NULL)
Error in lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) :
NA/NaN/Inf in foreign function call (arg 4)
This message and