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
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.
The text was updated successfully, but these errors were encountered:
We should have a plot like
ppc_ribbon()
but that plots the raw draws instead of computing interval summaries (likeppc_dens_overlay()
but values not densities, and and x axis predictor or time variable).So for example,
ppc_curve_overlay(y, yrep, x)
would plotnrow(yrep)
overlaid regression lines (at least they are draws of the regression line ifyrep
is fromposterior_linpred()
instead ofposterior_predict()
).We could call it
ppc_line_overlay()
butyrep
doesn’t have to come from a linear model.The text was updated successfully, but these errors were encountered: