How to select and exclude rows from dt1 based on unique list of values from dt2?
so I'm using dt1 to run t-test analysis (Mean by Chamber by ChartID) then creating a combined data table, dt2, of all the pvalues. I want to filter this down to rows where p<=0.05, then create a distinct, unique list of these low pValues and use that to replot my chart with just the low PValues. I'm a bit stuck now trying to link back to the original dt1. The final select where doesn't seem to be ...
chadyoder
atlas100