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
In PR Cut plots for now #292 we removed all of the old plotting functionality from this package.
I think that this package should have some plotting functionality, but it should be focused on figures that are sufficiently commonly required and with enough "gotchas" that users might find it hard to produce them themselves
With this in mind, I think that we likely shouldn't be providing plotting functionality aimed at users running simulation studies like that of https://github.com/parksw3/epidist-paper
Plot of posterior distributions (with old style, should be updated to use tidybayes)
Plot of PDFs with geom_density (comparison)
Other ideas not in vignettes at the moment
Posterior plot (point and interval) of the estimated delay parameters to include both brms parameters and natural scale parameters
Estimated delay distribution figures to include
Uncertainty
Observed frequencies (i.e. the data)
Synthesis of what I think we should support
Some way to visualise the observed data. Similar to the plot of primary and secondary event times in the vignettes. Maybe this interacts somehow with preprocessing or model classes.
Some way to plot generated discrete and continuous representations of delay distributions, ideally on the same figure. Perhaps we need some structure for how the outputs should look.
Perhaps the part about being able to combine discrete and continuous, and various facets or otherwise, might be challenging
I think we should be able to include the data in this plot
And I think being able to visualise uncertainty here would be good
(Maybe) some kind of helper for plotting posterior distributions of delay parameters (and on the natural scale)
Next steps
Get input from others on these ~ two figures being what we should support
Draft versions of the two figures
Standard documentation, tests, ...
Replace existing figures in the vignette with this code
The text was updated successfully, but these errors were encountered:
Background
Existing plots in vignettes
stat_pointinterval()
family (facet or y-axis by various things)geom_bar
orgeom_density
tidybayes
)geom_density
(comparison)Other ideas not in vignettes at the moment
brms
parameters and natural scale parametersSynthesis of what I think we should support
Next steps
The text was updated successfully, but these errors were encountered: