Hi!
I am trying to estimate Engel curves using a big sample (>42,000) using lm and
taking heteroskedasticity into account by using the summaryHCCM posted here by
John Fox (Mon Dec 25 16:01:59 CET 2006).
Having used the SIC (with MASS stepAIC) to determine how many powers to use I
estimate the model:
Fehler in solve.default(L %*% V %*% t(L)) :
System ist f?r den Rechner singul?r: reziproke Konditionszahl = 6.98689e-19
# =========================================
("Error in solve.default(L %*% V %*% t(L)) :
System is singulary for the computer: reciprocal number of conditions =
6.98689e-19")
This does not happen if I omit I(x.log^5). I do not know what it means and I'd
be grateful if anyone could help. And I'd like to add a (more or less) related
question: Can I still use AIC, SIC etc. if I know there's a heteroskedasticity
problem?
Thanks in advance,
Achim