R/deprecated.R, R/linpred_draws.R, R/predicted_draws.R
tidybayes.rethinking-deprecated.RdDeprecated functions, arguments, and column names and their alternatives are listed below.
When tidybayes.rethinking was originally created, tidybayes did not have good
analogs for tidy_link() or tidy_sim(). However, tidybayes now has a mature API
analogous to these functions, so they have been deprecated:
tidy_link() has been replaced with add_linpred_draws() / linpred_draws(). See
linpred_draws.ulam() for information on rethinking-specific arguments, or
tidybayes::linpred_draws() for information on the general function.
tidy_sim() has been replaced with add_predicted_draws() / predicted_draws(). See
predicted_draws.ulam() for information on rethinking-specific arguments, or
tidybayes::predicted_draws() for information on the general function.
Matthew Kay