tidybayes.rethinking-deprecated: Deprecated functions, arguments, and column names in...

tidybayes.rethinking-deprecatedR Documentation

Deprecated functions, arguments, and column names in tidybayes

Description

Deprecated functions, arguments, and column names and their alternatives are listed below.

Deprecated Functions

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.

Author(s)

Matthew Kay


mjskay/tidybayes.rethinking documentation built on April 3, 2024, 1 p.m.