[R] Problem calculating multiple regressions on a data frame.

Luis Sisamon luis.sisamon at gmail.com
Tue Apr 27 17:47:26 CEST 2010


Gabor Grothendieck <ggrothendieck <at> gmail.com> writes:
> 
> Replace lm(...) with try(lm(...))
> 

Thanks for all the replies. I managed to make it work with the try() trick, 
I actually padded the lm() on 
two levels of try() and is working now Sharpsteen approach.



More information about the R-help mailing list