-
Beta Was this translation helpful? Give feedback.
Answered by
trevismd
Feb 23, 2023
Replies: 1 comment
-
|
You should be able to do something similar to what I suggested in here: #58. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
trevismd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You should be able to do something similar to what I suggested in here: #58.
Basically, if you have a function that takes one group (say
X) and returns a statistic and a p-value (likescipyfunctions do), you can use it in statannotations. For which bar to annotate, simply providepairs=[(groupX, groupX),...].