Warning: X is rank deficient to within machine precision.
> In regress at 82
I tried to search on the newsreader but I don't really understand what could be the problem and how to solve it.
Thank you for your support,
Michele
Most likely you have too many predictor variables, and too few observations. As an alaogy, imagine trying to fit a cubic polynomial regression with only two observations. REGRESS will make a choise about which coefficients to set to zero, but it can't possibly know what you really want.
Hope this helps.