IQSS / Zelig

A statistical framework that serves as a common interface to a large range of models
http://zeligproject.org
110 stars 43 forks source link

Need more informative error message when user supplies data that does not exist to arima models #308

Closed christophergandrud closed 7 years ago

christophergandrud commented 7 years ago

For example:

ts.out <- zelig(formula = unemp ~ leftseat, model = "ma", ts = "year", data = subset)

## Error in localData[, ts] : object of type 'closure' is not subsettable
christophergandrud commented 7 years ago

Solved in c86e778f9d8977e4bf3cfe65e188dc5b9593b75e