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.