tidyverse / modelr

Helper functions for modelling
https://modelr.tidyverse.org
GNU General Public License v3.0
401 stars 66 forks source link

Pass through type parameter to stats::predict() #74

Closed pmenzel closed 5 years ago

pmenzel commented 6 years ago

Add new parameter "type" to add_predictions(), gather_predictions(), and spread_predictions(), which is passed through to stats::predict().

Fixes #34

hadley commented 5 years ago

Thanks!