leeper / prediction

Tidy, Type-Safe 'prediction()' Methods
https://cran.r-project.org/package=prediction
Other
89 stars 14 forks source link

Remove support for predictions without specified data #27

Open leeper opened 5 years ago

leeper commented 5 years ago

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).