Skip to content
Prev 166126 / 398502 Next

Two Noobie questions

Thanks for your help!

I combined the above two to get the following, which seems to work (if
somewhat inelegant):

int.List<-unlist(lapply(lmList, function(x) {coef(x)[1]}),use.names=FALSE)
lmList is my list of lm objects. 
-Allen
David Winsemius wrote: