[R] Error en lm.fit NA/NaN/Inf en llamada a una función externa

agent dunham crosspide at hotmail.com
Mon Feb 14 16:35:06 CET 2011


Hello, I am new with R, and I'm trying to fit a linear model, I did the
following and obtein this result, can anybody help? Thanks, 

> logdftodos7925vi <- log(dftodos7925vi)
> logALTURA7925<- log(dftodos7925$ALTURA7917)

> logtodos7925.lm <- lm (logALTURA7925~., data= logdftodos7925vi)
Error en lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) : 
  NA/NaN/Inf en llamada a una función externa (arg 1)
-- 
View this message in context: http://r.789695.n4.nabble.com/Error-en-lm-fit-NA-NaN-Inf-en-llamada-a-una-funcion-externa-tp3305201p3305201.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list