tidymodels / tidyposterior

Bayesian comparisons of models using resampled statistics
https://tidyposterior.tidymodels.org
Other
102 stars 10 forks source link

Replace uses of `posterior_linpred` #40

Closed juliasilge closed 3 years ago

juliasilge commented 3 years ago

When the function rstanarm::posterior_linpred() is used for prediction, users see this message:

Instead of posterior_linpred(..., transform=TRUE) please call posterior_epred(), which provides equivalent functionality.

Looks like it's time to replace the uses of this function.

Related to tidymodels/TMwR#43

github-actions[bot] commented 3 years ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.