You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
analogous to rstanarm::posterior_predict, rethinking::sim, brms::predict, modelr::[add|spread|gather]_predictions
[add|spread|gather]_fitted_samples
analogous to rethinking::link, brms::fitted
And the interval versions, which would take a point_interval function (these would just be shortcuts to add_predicted_samples and whatnot + point_interval, but faster by preventing the need to create the larger data frame):
[add|spread|gather]_predicted_intervals
analogous to rstanarm::posterior_predict, rethinking::sim, brms::predict, modelr::[add|spread|gather]_predictions
[add|spread|gather]_fitted_intervals
analogous to rethinking::link, brms::fitted
Might punt the [spread|gather] versions to post-CRAN
The text was updated successfully, but these errors were encountered:
[add|spread|gather]_predicted_samples
rstanarm::posterior_predict
,rethinking::sim
,brms::predict
,modelr::[add|spread|gather]_predictions
[add|spread|gather]_fitted_samples
rethinking::link
,brms::fitted
And the interval versions, which would take a
point_interval
function (these would just be shortcuts toadd_predicted_samples
and whatnot +point_interval
, but faster by preventing the need to create the larger data frame):[add|spread|gather]_predicted_intervals
rstanarm::posterior_predict
,rethinking::sim
,brms::predict
,modelr::[add|spread|gather]_predictions
[add|spread|gather]_fitted_intervals
rethinking::link
,brms::fitted
Might punt the [spread|gather] versions to post-CRAN
The text was updated successfully, but these errors were encountered: