dabestr
dabestr copied to clipboard
Paired data with more than 2 measures don't show slopegraph
Problem
Paired measures with more than 2 measures don't show a slopegraph
, meaning that the main data points are not visually paired.
One fix is to use color, e.g.,
color.column = groups
But with large datasets this is hard to parse, and requires some theme adjustment to avoid a huge legend, e.g.,
theme = ggplot2::theme_classic() + theme(legend.position = "none")
Solution
Ideally, each group in each measure would be connected with a line to consecutive measures.
Hi @markwhiting ,
This feature (successive repeated measures) has been in the pipeline for a while! Whiel we cannot give a window for its eventual implementation, we are working on it!
Happy to receive a PR if you already have something hacked up.
Joses
@markwhiting , just FYI, this feature has also been requested (and is in the pipeline) for the Python version of dabestr.
cf #108