Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nice versions of prediction / link functions #33

Closed
mjskay opened this issue Mar 12, 2017 · 2 comments
Closed

nice versions of prediction / link functions #33

mjskay opened this issue Mar 12, 2017 · 2 comments
Assignees
Milestone

Comments

@mjskay
Copy link
Owner

mjskay commented Mar 12, 2017

  • [add|spread|gather]_predicted_samples
    • 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

@mjskay
Copy link
Owner Author

mjskay commented Mar 12, 2017

(this is for things like brms, rstanarm, rethinking)

@mjskay mjskay self-assigned this Apr 1, 2017
@mjskay mjskay added this to the CRAN milestone Jul 14, 2017
@mjskay
Copy link
Owner Author

mjskay commented Aug 15, 2017

Base versions are done for CRAN; splitting the rest of this into two post-CRAN issues: #62 and #63

@mjskay mjskay closed this as completed Aug 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant