prediction
prediction copied to clipboard
Remove support for predictions without specified data
trafficstars
- [ ] Remove the ability to call
prediction()without new data. People can usefitted()for that instead. The default will continue to return predictions for the data used to estimate the model viafind_data() - [ ] Remove methods where
data/newdatais not allowed - [ ] Update documentation
This is needed because of the complexities introduced by at and #17, which for non-linear models require two calls to predict() the second of which requires data (and, if at, that argument also).