DABEST-python icon indicating copy to clipboard operation
DABEST-python copied to clipboard

Data Analysis with Bootstrapped ESTimation

Results 30 DABEST-python issues
Sort by recently updated
recently updated
newest added

Workspace for docstring modifications

NEW Features: - Added new DABEST feature for plotting of empty dots related swarmplots via `empty_circle` in `.plot()` method - Updated swarmplot function with two new features - dots can...

![image](https://github.com/user-attachments/assets/e0d72c0f-f5e8-409f-a116-30c9120aa343) Add the error curve catching up with dabestr

enhancement

As most of the paired plots include delta and delta-delta features, I would like to request for the delta-delta/delta-g feature for the paired proportion plots. _Sample proportion plot data_

enhancement

Two feature enhancements: - slopegraph jittering optional arguments, to allow clearer visualisations of paired ordinal response data (https://github.com/ACCLAB/DABEST-python/issues/181) - bias adjustment to compensate permutation p-values, according to approximate integral method...

Permutation p-values sometimes result in 0, due to the finite number of permutations. This should not be the case, according to a detailed account of the problem as detailed by...

enhancement

For discrete data, the data plots generally overlay points or lines over each other, obscuring information. A facility to add jitter to the data visualisation, without affecting the effect size...

enhancement

**Is your feature request related to a problem? Please describe.** ```python groups_baseline = dabest.load(df, idx=("1", "2", "3", "4", "5"), paired="baseline", idx="id") ``` doesn't show a colored plot **Describe the solution...

enhancement

### Summary The `contrast_ylim` argument currently has no effect when using matplotlib. A previous discussion (#128) mentioned that supporting `contrast_ylim` was considered not feasible at that time due to automatic...

enhancement