matteoredaelli / strategico

Automatically exported from code.google.com/p/strategico
GNU General Public License v3.0
1 stars 1 forks source link

Removing warnings when no indicators for one model: rbind(unlist(obj$LinearModel[indicator.list] #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
running runit, I get

2: In rbind(unlist(obj$LinearModel[indicator.list]), 
unlist(obj$Arima[indicator.list]),  :
  number of columns of result is not a multiple of vector length (arg 3)
3: In rbind(unlist(obj$LinearModel[indicator.list]), 
unlist(obj$Arima[indicator.list]),  :
  number of columns of result is not a multiple of vector length (arg 3)
4: closing unused RODBC handle 1 

Original issue reported on code.google.com by matteo.redaelli on 26 May 2011 at 7:39