[R] function lm, get back the coefficient

ascoquel ascoquel at yahoo.fr
Tue Jul 26 17:21:27 CEST 2011


Hi,

I've done a linear fit on my data and I would like to get back the a (time)
coefficient ...

mod<-lm(res_sql2$Lx0x~0+time)
result<-data.frame()
result<-coef(mod)
print("result")
print(result)
[1] "result"
      time 
0.02530191 

But I would like just the value 0.02530191 ... I tried result$time but it
doesn't work ...

Thanks for your help.
Anne-Sophie

--
View this message in context: http://r.789695.n4.nabble.com/function-lm-get-back-the-coefficient-tp3696109p3696109.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list