search for: reg_test

Displaying 1 result from an estimated 1 matches for "reg_test".

Did you mean: ref_test
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 any attachment are confidential and may be privileged or otherwise protected from disclosure. If you are not the in...