How to select & exclude by UniqueVals combo of two columns?
So I'm stumped here. I'm trying to output a screened dt of just data that is statistically significant, based on two columns: Chart_ID & Recipe_ID. I can get it to work w/ a single column but can't figure out two columns. I'm plotting the raw data using Oneway (y=mean, x=chamber, BY:Chart_ID, Recipe_ID) and running the All-pairs Tukey tTest.Then taking the combined pVal data table.then selecting a...