Skip to content
Prev 1779 / 398506 Next

Error messages

On 4 Jan 1999, Peter Dalgaard BSA wrote:

            
Yes, that's how you determine that the coefficients are not determined!
It is the simplest way to find out exactly how the degrees of freedom are
allocated to terms in models with factors, and also helps in omitting
values in printouts (rather than showing them as zero).

As for the bug, I think putting in zero would be a bug too, as the qr
matrix gets pivoted for singular models, and I see no sign of the pivots
being passed down to the Fortran program. At least lm.influence
should report on singular models (the S version handles them).