ACCLAB / dabestr

Data Analysis with Bootstrap Estimation in R
https://acclab.github.io/dabestr
Apache License 2.0
215 stars 34 forks source link

Paired data with more than 2 measures don't show slopegraph #72

Open markwhiting opened 4 years ago

markwhiting commented 4 years ago

Problem

Paired measures with more than 2 measures don't show a slopegraph, meaning that the main data points are not visually paired.

image One fix is to use color, e.g.,

color.column = groups

image

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.

josesho commented 4 years ago

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

josesho commented 4 years ago

@markwhiting , just FYI, this feature has also been requested (and is in the pipeline) for the Python version of dabestr.

josesho commented 3 years ago

cf #108