You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks so much for this awesome vignette. It has been super helpful to go through and familiarize myself with the package. This isn't so much of an issue within your package but more request for some guidance for multiple comparisons after using the corncob model.
My project examines the effect of 5 treatments over three time points. In order to deal with temporal non-independence, I've decided to split my dataset into individual time points and examine treatment effects at each time point.
Based on my understanding of how my model is set up, the reference category is the "Non-Treated" group (specified by the first line of code below). In the graphical output, only those taxa that are differentially abundant (@ 0.05) in at least one of the treatments compared to the reference category show up, i.e no overlap in the confidence interval and vertical line. Is there a simple way to plot all all pairwise comparisons so that any significant pairwise difference would show up on this plot (now everything is compared to category 1... 1vs2, 1vs3 etc. I'm interested in categories 2vs3, 2vs4 etc)? In that same thought, is it possible to produce a table of all pairwise pvalues from significant models?
Hi @bryandmartin,
Thanks so much for this awesome vignette. It has been super helpful to go through and familiarize myself with the package. This isn't so much of an issue within your package but more request for some guidance for multiple comparisons after using the corncob model.
My project examines the effect of 5 treatments over three time points. In order to deal with temporal non-independence, I've decided to split my dataset into individual time points and examine treatment effects at each time point.
Based on my understanding of how my model is set up, the reference category is the "Non-Treated" group (specified by the first line of code below). In the graphical output, only those taxa that are differentially abundant (@ 0.05) in at least one of the treatments compared to the reference category show up, i.e no overlap in the confidence interval and vertical line. Is there a simple way to plot all all pairwise comparisons so that any significant pairwise difference would show up on this plot (now everything is compared to category 1... 1vs2, 1vs3 etc. I'm interested in categories 2vs3, 2vs4 etc)? In that same thought, is it possible to produce a table of all pairwise pvalues from significant models?
The text was updated successfully, but these errors were encountered: