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

ppc_curve_overlay() #201

Open
jgabry opened this issue Jun 8, 2019 · 1 comment
Open

ppc_curve_overlay() #201

jgabry opened this issue Jun 8, 2019 · 1 comment

Comments

@jgabry
Copy link
Member

jgabry commented Jun 8, 2019

We should have a plot like ppc_ribbon() but that plots the raw draws instead of computing interval summaries (like ppc_dens_overlay() but values not densities, and and x axis predictor or time variable).

So for example, ppc_curve_overlay(y, yrep, x) would plot nrow(yrep) overlaid regression lines (at least they are draws of the regression line if yrep is from posterior_linpred() instead of posterior_predict()).

We could call it ppc_line_overlay() but yrep doesn’t have to come from a linear model.

@jgabry
Copy link
Member Author

jgabry commented Jun 18, 2020

I have a branch for this that branches off of the new PPD module branch. So will wait on this until after #222.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant