Hi. I'm using the statannotations package in a python script to plot and statistically compare my data. Its a repeated measures ANOVA with multiple time points and two categories (control and treated). Some time points are significantly different, showing "*". Some are not different, showing "ns".
However, for some of the time points I get the annoyingly elusive "* (ns)" outcome, what does that mean? Is it significant? (then why put the ns in brackets instead of leaving it out). Is it not significant anymore after post hoc correction? (then why is the "ns" in brackets and not the "*"?). It doesn't make any sense to me. The documentation is not helpful and doesn't mention that case. Please help