Skip to content

Increasing number of observations worsen the regression model

1 message · Peter Dalgaard

#
Yes, it is important that it only happens with certan BLAS, so probably not really an R issue. 
However, there has been some concern over the C/Fortran interfaces lately, so if you could narrow it down to a specific BLAS routine, it could prove useful for the developers.

One fairly easy thing to do would be to find the breakdown point. I speculate that it could be at 16384 (=2^14) and that some sort of endianness or integer width declaration is the cause. (It would in turn suggest that MKL is using 16-bit integers somehow, which doesn't really seem credible, but you never know.)

I'm moving this to the r-devel list. It certainly is not for r-help.

-pd