Dear all!
I obtained an anova.qzv files by running qiime longitudinal anova plugin.
I want to redraw the plots for a report, but can't find a raw-data file.
In the qzv file I have:
I think it might be easiest to fit the model yourself in your favorite program (R or statsmodels in python) and then get the residuals and use those to make your own plots.
I think data-viz the way you want it can be a perpetual challenge. But, you may want to look at seaborn residual plots, or the statsmodels regression results object if you're playing with python. Ive done a few recently, and they're fairly painless, depending on what you want.