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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to