tidyverse / modelr

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

Can't specify `type` in add_predictions() #34

Closed paullevchuk closed 5 years ago

paullevchuk commented 7 years ago

Please, add ... to pass additional parameters to stats::predict(). Thanks!

davharris commented 7 years ago

Looks like ... is already being used for other purposes in the prediction functions. Maybe this is a job for .dots?

garrettgman commented 6 years ago

Conspicuously, you cannot use add_predictions() to visualize the output of a binomial logistic regression :(