LukasWallrich / metaUI

Create shiny apps that allow explore of meta-analysis results
https://lukaswallrich.github.io/metaUI/
GNU General Public License v3.0
5 stars 0 forks source link

Label & link outliers in violin plot #10

Closed LukasWallrich closed 1 year ago

LukasWallrich commented 1 year ago

It seems essential to be able to identify which studies are outliers - but not trivial with plotly. Could revert to a static plot, or sort this out - https://stackoverflow.com/a/60078060/10581449

LukasWallrich commented 1 year ago

https://osf.io/2npkz - overviewplotly

LukasWallrich commented 1 year ago

Labels done - NB that labels cannot be added to boxplot outliers, but the outliers need to be added manually with geom_point/geom_jitter ...

Closing as I am not sure whether links are actually worthwhile (at least first should link from a table of studies)